aboutsummaryrefslogtreecommitdiffstats
path: root/asterisk.c
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 /asterisk.c
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 'asterisk.c')
-rwxr-xr-xasterisk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/asterisk.c b/asterisk.c
index 9702dc6e4..2390f65dc 100755
--- a/asterisk.c
+++ b/asterisk.c
@@ -85,6 +85,7 @@ int option_overrideconfig = 0;
int option_reconnect = 0;
int fully_booted = 0;
char record_cache_dir[AST_CACHE_DIR_LEN] = AST_TMP_DIR;
+char debug_filename[AST_FILENAME_MAX] = "";
static int ast_socket = -1; /* UNIX Socket for allowing remote control */
static int ast_consock = -1; /* UNIX Socket for controlling another asterisk */