Remove the timeout on poll
[lttng-tools.git] / kconsumerd / kconsumerd.h
index f5ec288bc62a9fd177d433a19a1453c90579a52b..6c78663f5e67900cfbbed0129a8f75c4d65929d1 100644 (file)
@@ -19,9 +19,6 @@
 #ifndef _LTT_KCONSUMERD_H
 #define _LTT_KCONSUMERD_H
 
-/* timeout of 1s on poll to ensure the fd list is updated when needed */
-#define POLL_TIMEOUT 1000
-
 struct ltt_kconsumerd_fd_list {
        struct cds_list_head head;
 };
This page took 0.022679 seconds and 4 git commands to generate.