diff options
Diffstat (limited to 'src/vlib/unix/unix.h')
-rw-r--r-- | src/vlib/unix/unix.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vlib/unix/unix.h b/src/vlib/unix/unix.h index 4c8566b7ee8..7856e5b7df7 100644 --- a/src/vlib/unix/unix.h +++ b/src/vlib/unix/unix.h @@ -102,6 +102,9 @@ typedef struct /* Store the original state of stdin when it's a tty */ struct termios tio_stdin; int tio_isset; + + u32 poll_sleep_usec; + } unix_main_t; /* Global main structure. */ |