diff options
Diffstat (limited to 'src/daemon/dlt-daemon.h')
-rwxr-xr-x | src/daemon/dlt-daemon.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/daemon/dlt-daemon.h b/src/daemon/dlt-daemon.h index 69c679e..dfe4de3 100755 --- a/src/daemon/dlt-daemon.h +++ b/src/daemon/dlt-daemon.h @@ -136,6 +136,9 @@ typedef struct int timer_wd; /** file descriptor for watchdog timer */
#endif
int timeoutOnSend;
+ unsigned long RingbufferMinSize;
+ unsigned long RingbufferMaxSize;
+ unsigned long RingbufferStepSize;
int timer_one_s;
int timer_sixty_s;
} DltDaemonLocal;
|