summaryrefslogtreecommitdiff
path: root/include/apr_poll.h
diff options
context:
space:
mode:
authorivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2022-02-09 10:39:35 +0000
committerivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2022-02-09 10:39:35 +0000
commit311e7361992caf835f22e90771fc203ef9d33f33 (patch)
tree7e8a150c4e114f40c21af7dc5a9cb04a7033e9d4 /include/apr_poll.h
parent3f2361187bd11b78c8b37afd6b7d62fb7e312fb7 (diff)
downloadlibapr-311e7361992caf835f22e90771fc203ef9d33f33.tar.gz
On 'win32-pollset-wakeup-no-file-socket-emulation' branch: Merge changes fromwin32-pollset-wakeup-no-file-socket-emulation
trunk. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/win32-pollset-wakeup-no-file-socket-emulation@1897894 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_poll.h')
-rw-r--r--include/apr_poll.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/apr_poll.h b/include/apr_poll.h
index 482d6ee1d..3cfbfc810 100644
--- a/include/apr_poll.h
+++ b/include/apr_poll.h
@@ -52,6 +52,7 @@ extern "C" {
#define APR_POLLERR 0x010 /**< Pending error */
#define APR_POLLHUP 0x020 /**< Hangup occurred */
#define APR_POLLNVAL 0x040 /**< Descriptor invalid */
+#define APR_POLLEXCL 0x080 /**< Exclusive wake up */
/** @} */
/**