summaryrefslogtreecommitdiff
path: root/include/asterisk/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/options.h')
-rw-r--r--include/asterisk/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/options.h b/include/asterisk/options.h
index f94cf6e0e..7a08796a5 100644
--- a/include/asterisk/options.h
+++ b/include/asterisk/options.h
@@ -110,6 +110,7 @@ enum ast_option_flags {
extern struct ast_flags ast_options;
extern int option_verbose;
+extern int option_maxfiles; /*!< Max number of open file handles (files, sockets) */
extern int option_debug; /*!< Debugging */
extern int option_maxcalls; /*!< Maximum number of simultaneous channels */
extern double option_maxload;