X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=kconsumerd%2Fkconsumerd.h;h=6c78663f5e67900cfbbed0129a8f75c4d65929d1;hb=1d4b027abdef2dc52b41b05ec56c5046c5000c4c;hp=f5ec288bc62a9fd177d433a19a1453c90579a52b;hpb=d4a1283e471c152cedf6cb5ebcc74d509009145d;p=lttng-tools.git diff --git a/kconsumerd/kconsumerd.h b/kconsumerd/kconsumerd.h index f5ec288bc..6c78663f5 100644 --- a/kconsumerd/kconsumerd.h +++ b/kconsumerd/kconsumerd.h @@ -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; };