aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_monitor.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-24 13:53:52 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-24 13:53:52 +0000
commita263f6c929cab429955a6b57c6a7fc3b7b9d4e80 (patch)
treed5f656ba34ff669b6b4b6e9338f0c00d620db4bf /res/res_monitor.c
parentaff83df3c28cbe9dc958bf906114ce1f2d1ce652 (diff)
Minor path tweak
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3054 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_monitor.c')
-rwxr-xr-xres/res_monitor.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/res_monitor.c b/res/res_monitor.c
index 3d7217090..d0551221f 100755
--- 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;