WIP, moved bool primaryinterface to an int interface_id

This commit is contained in:
2020-04-21 14:34:48 +02:00
parent d8aa1ab08e
commit 6b5511c9e5
7 changed files with 42 additions and 56 deletions

View File

@ -470,7 +470,7 @@ class slsDetectorDefs {
xy detectorSize;
int moduleId{0};
char hostname[MAX_STR_LENGTH];
bool primaryInterface{true};
int interfaceId{0};
uint32_t zmq_ip{0U};
int udpInterfaces{1};
int udp_dstport{0};