diff options
Diffstat (limited to 'src/daemon/dlt-daemon.h')
-rw-r--r-- | src/daemon/dlt-daemon.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/daemon/dlt-daemon.h b/src/daemon/dlt-daemon.h index 4702b69..2520988 100644 --- a/src/daemon/dlt-daemon.h +++ b/src/daemon/dlt-daemon.h @@ -157,6 +157,11 @@ typedef struct unsigned long RingbufferMaxSize; unsigned long RingbufferStepSize; unsigned long daemonFifoSize; +#ifdef UDP_CONNECTION_SUPPORT + int UDPConnectionSetup; /* enable/disable the UDP connection */ + char UDPMulticastIPAddress[MULTICASTIP_MAX_SIZE]; /* multicast ip addres */ + int UDPMulticastIPPort; /* multicast port */ +#endif } DltDaemonLocal; typedef struct |