mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
test server only mention pollfd if EXTERNAL_POLL
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
c67dace4be
commit
7d62eb066e
1 changed files with 2 additions and 0 deletions
|
@ -47,9 +47,11 @@
|
|||
static int close_testing;
|
||||
int max_poll_elements;
|
||||
|
||||
#ifdef EXTERNAL_POLL
|
||||
struct pollfd *pollfds;
|
||||
int *fd_lookup;
|
||||
int count_pollfds;
|
||||
#endif
|
||||
static volatile int force_exit = 0;
|
||||
static struct libwebsocket_context *context;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue