mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
add constructor to DeviceOptions
This commit is contained in:
committed by
Florian Uhlig
parent
ce58ee2302
commit
eb33bc8280
@@ -53,6 +53,9 @@ static void s_catch_signals(void)
|
||||
|
||||
typedef struct DeviceOptions
|
||||
{
|
||||
DeviceOptions() :
|
||||
text() {}
|
||||
|
||||
string text;
|
||||
} DeviceOptions_t;
|
||||
|
||||
|
Reference in New Issue
Block a user