summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorJohann Latocha2012-01-26 18:53:43 +0100
committerJohann Latocha2012-01-26 18:53:43 +0100
commitecd41fa1ea2b5b267e6f04170bad30b150433fc6 (patch)
tree5092f862fa50ede329e25a6e104e0cacbbe25eea /src/config.h
parent[KERNEL] Multi device support (diff)
downloaddnbd3-ecd41fa1ea2b5b267e6f04170bad30b150433fc6.tar.gz
dnbd3-ecd41fa1ea2b5b267e6f04170bad30b150433fc6.tar.xz
dnbd3-ecd41fa1ea2b5b267e6f04170bad30b150433fc6.zip
[SERVER] Reload configuration at runtime
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 2839bb5..1aabf47 100644
--- a/src/config.h
+++ b/src/config.h
@@ -35,4 +35,7 @@
#define MAX_FILE_NAME 4096
#define MAX_FILE_ID 8
+// misc
+#define SERVER_PID_FILE "/tmp/dnbd3-server.pid"
+
#endif /* CONFIG_H_ */