1
0
Fork 0
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:
Andy Green 2015-03-05 17:06:16 +08:00
parent c67dace4be
commit 7d62eb066e

View file

@ -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;