summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-05-26 10:20:45 -0700
committerAdam Jackson <ajax@redhat.com>2016-07-21 15:04:47 -0400
commitd6eff3c31e8289881a3aa9b858e5710d0f741db0 (patch)
tree4770bb14529c4b7dd1764b58cd2f2deb59efe7c9 /include
parentd403aca70a07e1401cb93738f1af5961582a2e47 (diff)
os: Add ospoll interface [v2]
This provides a wrapper around poll or epoll providing a callback-based interface for monitoring activity on a large set of file descriptors. v2: use xserver_poll API instead of poll. Don't use WSAPoll as that is broken. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/dix-config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in
index bf2a9eda3..d49af928f 100644
--- a/include/dix-config.h.in
+++ b/include/dix-config.h.in
@@ -530,4 +530,7 @@
/* Have poll() */
#undef HAVE_POLL
+/* Have epoll_create1() */
+#undef HAVE_EPOLL_CREATE1
+
#endif /* _DIX_CONFIG_H_ */