summaryrefslogtreecommitdiff
path: root/include/apr_poll.h
diff options
context:
space:
mode:
authorMladen Turk <mturk@apache.org>2008-04-13 11:37:52 +0000
committerMladen Turk <mturk@apache.org>2008-04-13 11:37:52 +0000
commitbce838d5fcd05347d0f77edf05bf4c6046ff66ed (patch)
tree60e692f887ba4ac989ae8a57e59d610e94eb6e82 /include/apr_poll.h
parentfc18a5fd06cc94fdf12e6136d67480e500c166fa (diff)
downloadapr-bce838d5fcd05347d0f77edf05bf4c6046ff66ed.tar.gz
Revert r47540
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@647562 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_poll.h')
-rw-r--r--include/apr_poll.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/apr_poll.h b/include/apr_poll.h
index f6e85735a..92a540a95 100644
--- a/include/apr_poll.h
+++ b/include/apr_poll.h
@@ -56,7 +56,6 @@ extern "C" {
*/
#define APR_POLLSET_THREADSAFE 0x001 /**< Adding or Removing a Descriptor is thread safe */
#define APR_POLLSET_NOCOPY 0x002 /**< Descriptors passed to apr_pollset_create() are not copied */
-#define APR_POLLSET_WAKEABLE 0x004 /**< Pollset poll operation is interruptable */
/** Used in apr_pollfd_t to determine what the apr_descriptor is */
typedef enum {
@@ -167,11 +166,6 @@ APR_DECLARE(apr_status_t) apr_pollset_poll(apr_pollset_t *pollset,
apr_int32_t *num,
const apr_pollfd_t **descriptors);
-/**
- * Interrupt the blocked apr_pollset_poll call.
- * @param pollset The pollset to use
- */
-APR_DECLARE(apr_status_t) apr_pollset_wakeup(apr_pollset_t *pollset);
/**
* Poll the descriptors in the poll structure