This commit is contained in:
Erik Frojdh
2019-03-28 16:16:41 +01:00
parent 78fcb7eb98
commit 990848554c
4 changed files with 29 additions and 14 deletions

View File

@ -163,7 +163,8 @@ struct sharedSlsDetector {
char detectorMAC2[MAX_STR_LENGTH];
/** ip address of the detector **/
char detectorIP[MAX_STR_LENGTH];
// char detectorIP[MAX_STR_LENGTH];
uint64_t detectorIP;
/** ip address of the 2nd interface of the detector **/
char detectorIP2[MAX_STR_LENGTH];