summaryrefslogtreecommitdiffstats
path: root/sesman/sesman.h
diff options
context:
space:
mode:
authorilsimo <ilsimo>2005-11-16 12:27:08 +0000
committerilsimo <ilsimo>2005-11-16 12:27:08 +0000
commitc401d58c748f32854b24099c5bce330ca38ff082 (patch)
tree2088603a7fdc8edc03ff020cb6a2fbde38c14d37 /sesman/sesman.h
parent5c2e28d8c7baf996fc10377e8dda85d0e230aed4 (diff)
downloadxrdp-proprietary-c401d58c748f32854b24099c5bce330ca38ff082.tar.gz
xrdp-proprietary-c401d58c748f32854b24099c5bce330ca38ff082.zip
fixed check for pid file and delete of pid file on exit
Diffstat (limited to 'sesman/sesman.h')
-rw-r--r--sesman/sesman.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sesman/sesman.h b/sesman/sesman.h
index d61e004c..ebdec77d 100644
--- a/sesman/sesman.h
+++ b/sesman/sesman.h
@@ -34,4 +34,8 @@
#include "sig.h"
#include "session.h"
+#ifndef SESMAN_PID_FILE
+ #define SESMAN_PID_FILE "./sesman.pid"
+#endif
+
#endif