summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorJohann Latocha2012-02-02 23:32:03 +0100
committerJohann Latocha2012-02-02 23:32:03 +0100
commitb4df59e1711abb0e9a0a21dd92b8f966d9334b4a (patch)
treea6def33319fe06ef7ce62134ed3ea2573a37fca7 /src/config.h
parent[MISC] .cproject and .project removed (diff)
downloaddnbd3-b4df59e1711abb0e9a0a21dd92b8f966d9334b4a.tar.gz
dnbd3-b4df59e1711abb0e9a0a21dd92b8f966d9334b4a.tar.xz
dnbd3-b4df59e1711abb0e9a0a21dd92b8f966d9334b4a.zip
[SERVER] IPC over unix socket
[SERVER] Print connected clients and used images
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index c839f6e..e9d564a 100644
--- a/src/config.h
+++ b/src/config.h
@@ -33,6 +33,6 @@
// misc
#define DEFAULT_CONFIG_FILE "/etc/dnbd3-server.conf"
-#define SERVER_PID_FILE "/tmp/dnbd3-server.pid"
+#define UNIX_SOCKET "/tmp/dnbd3-server.sock"
#endif /* CONFIG_H_ */