aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-05 04:04:55 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-05 04:04:55 +0000
commit7ad81915b7349a2ce6be77d51e10b02d64914b75 (patch)
tree5dcb6e4520bff8802ca3feb3834cd1b68642306b /include
parentcfc2b33d30b91a6f5d7eb38268711c0d9480ac73 (diff)
Allow debug to be enabled on a per-file basis...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5143 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/options.h b/include/asterisk/options.h
index d60cb000a..5cbdeab0f 100755
--- a/include/asterisk/options.h
+++ b/include/asterisk/options.h
@@ -19,6 +19,7 @@ extern "C" {
#endif
#define AST_CACHE_DIR_LEN 512
+#define AST_FILENAME_MAX 80
extern int option_verbose;
extern int option_debug;
@@ -35,6 +36,7 @@ extern time_t ast_startuptime;
extern time_t ast_lastreloadtime;
extern int ast_mainpid;
extern char record_cache_dir[AST_CACHE_DIR_LEN];
+extern char debug_filename[AST_FILENAME_MAX];
#define VERBOSE_PREFIX_1 " "
#define VERBOSE_PREFIX_2 " == "