summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-09-07 01:49:08 +0000
committerMark Spencer <markster@digium.com>2004-09-07 01:49:08 +0000
commit24e902d2a453d891476ac2a8a8f8c0a630ef744e (patch)
tree0a08f7890cf23656b8ff25b199988a08191364e6 /include
parent0da197d59361f8971b7e509778377646c84c9723 (diff)
Merge anthm's "-t" flag (with minor mods) (bug #2380)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3735 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/options.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asterisk/options.h b/include/asterisk/options.h
index 22a84138b..6615347f7 100755
--- a/include/asterisk/options.h
+++ b/include/asterisk/options.h
@@ -18,6 +18,8 @@
extern "C" {
#endif
+#define AST_CACHE_DIR_LEN 512
+
extern int option_verbose;
extern int option_debug;
extern int option_nofork;
@@ -26,10 +28,12 @@ extern int option_console;
extern int option_initcrypto;
extern int option_nocolor;
extern int fully_booted;
+extern int option_cache_record_files;
extern char defaultlanguage[];
extern time_t ast_startuptime;
extern time_t ast_lastreloadtime;
extern int ast_mainpid;
+extern char record_cache_dir[AST_CACHE_DIR_LEN];
#define VERBOSE_PREFIX_1 " "
#define VERBOSE_PREFIX_2 " == "