summaryrefslogtreecommitdiff
path: root/include/apr_thread_proc.h
diff options
context:
space:
mode:
authorbrianp <brianp@13f79535-47bb-0310-9956-ffa450edef68>2002-07-09 01:33:42 +0000
committerbrianp <brianp@13f79535-47bb-0310-9956-ffa450edef68>2002-07-09 01:33:42 +0000
commit3e3f236b53e2228578cff8f0806c07006953cbd4 (patch)
tree1c5c49cce6fda2915b39bedd5abc153a71e37b00 /include/apr_thread_proc.h
parent65871f0899a65e8c6d3cf8693d13a10882238eb9 (diff)
downloadlibapr-3e3f236b53e2228578cff8f0806c07006953cbd4.tar.gz
added support for changing the limit on file descriptors per process
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63591 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_thread_proc.h')
-rw-r--r--include/apr_thread_proc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/apr_thread_proc.h b/include/apr_thread_proc.h
index 27e09f596..6735ddf04 100644
--- a/include/apr_thread_proc.h
+++ b/include/apr_thread_proc.h
@@ -127,6 +127,8 @@ typedef enum {
#define APR_LIMIT_MEM 1
/** @see apr_procattr_limit_set */
#define APR_LIMIT_NPROC 2
+/** @see apr_procattr_limit_set */
+#define APR_LIMIT_NOFILE 3
#if APR_HAS_OTHER_CHILD || defined(DOXYGEN)
/**
@@ -469,6 +471,7 @@ APR_DECLARE(apr_status_t) apr_procattr_detach_set(apr_procattr_t *attr,
* APR_LIMIT_CPU
* APR_LIMIT_MEM
* APR_LIMIT_NPROC
+ * APR_LIMIT_NOFILE
* </PRE>
* @param limit Value to set the limit to.
*/