summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrianp <brianp@13f79535-47bb-0310-9956-ffa450edef68>2002-04-11 01:30:45 +0000
committerbrianp <brianp@13f79535-47bb-0310-9956-ffa450edef68>2002-04-11 01:30:45 +0000
commit6e724a761726574c30de09be817236db1538ec16 (patch)
treef362b8ec4f4397013e6e52f272323c2ee86bd616
parentd5fe232e6e2d283c969e38c3c510e1939ce3f156 (diff)
downloadlibapr-6e724a761726574c30de09be817236db1538ec16.tar.gz
Added APR_INCOMPLETE_WRITE
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63245 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr_network_io.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/apr_network_io.h b/include/apr_network_io.h
index e9d68d839..44e379221 100644
--- a/include/apr_network_io.h
+++ b/include/apr_network_io.h
@@ -122,6 +122,8 @@ extern "C" {
* read, in cases where the app expects
* that an immediate read would fail.)
*/
+#define APR_INCOMPLETE_WRITE 8192 /* like APR_INCOMPLETE_READ, but for write
+ */
#define APR_POLLIN 0x001
#define APR_POLLPRI 0x002