projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b5f7f0
)
Minor path tweak
author
Mark Spencer
<markster@digium.com>
Mon, 24 May 2004 13:53:52 +0000
(13:53 +0000)
committer
Mark Spencer
<markster@digium.com>
Mon, 24 May 2004 13:53:52 +0000
(13:53 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3054
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
res/res_monitor.c
patch
|
blob
|
history
diff --git
a/res/res_monitor.c
b/res/res_monitor.c
index
3d72170
..
d055122
100755
(executable)
--- a/
res/res_monitor.c
+++ b/
res/res_monitor.c
@@
-15,8
+15,10
@@
#include <asterisk/manager.h>
#include <asterisk/cli.h>
#include <asterisk/monitor.h>
+#include "../asterisk.h"
+#include "../astconf.h"
-#define AST_MONITOR_DIR INSTALL_PREFIX "/var/spool/asterisk/monitor"
+#define AST_MONITOR_DIR AST_SPOOL_DIR "/monitor"
static ast_mutex_t monitorlock = AST_MUTEX_INITIALIZER;