This commit is contained in:
Erik Frojdh
2019-03-29 10:18:10 +01:00
parent 990848554c
commit d134e54810
4 changed files with 110 additions and 135 deletions

View File

@ -163,11 +163,10 @@ struct sharedSlsDetector {
char detectorMAC2[MAX_STR_LENGTH];
/** ip address of the detector **/
// char detectorIP[MAX_STR_LENGTH];
uint64_t detectorIP;
uint32_t detectorIP;
/** ip address of the 2nd interface of the detector **/
char detectorIP2[MAX_STR_LENGTH];
uint32_t detectorIP2;
/** number of udp interface */
int numUDPInterfaces;