Commit | Line | Data |
---|---|---|
24cedcfe MD |
1 | #ifndef _LTTNG_WRAPPER_POLL_H |
2 | #define _LTTNG_WRAPPER_POLL_H | |
3 | ||
17baffe2 | 4 | /* |
24cedcfe | 5 | * Copyright (C) 2011 Mathieu Desnoyers (mathieu.desnoyers@efficios.com) |
17baffe2 | 6 | * |
17baffe2 MD |
7 | * Dual LGPL v2.1/GPL v2 license. |
8 | */ | |
9 | ||
f3bc08c5 MD |
10 | #include <linux/poll.h> |
11 | ||
a33e44a6 MD |
12 | #warning "poll_wait_set_exclusive() is defined as no-op. Thundering herd effect can be noticed with large number of consumer threads." |
13 | ||
14 | #define poll_wait_set_exclusive(poll_table) | |
f3bc08c5 | 15 | |
24cedcfe | 16 | #endif /* _LTTNG_WRAPPER_POLL_H */ |