summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorJohann Latocha2012-02-03 15:21:50 +0100
committerJohann Latocha2012-02-03 15:21:50 +0100
commit0b824d5827677746bf04d9d286a45c20d8fb160c (patch)
tree0d15c9310b0b508e394d9db7d46dd089c4844eee /src/config.h
parent[BUILD] Install target added (diff)
downloaddnbd3-0b824d5827677746bf04d9d286a45c20d8fb160c.tar.gz
dnbd3-0b824d5827677746bf04d9d286a45c20d8fb160c.tar.xz
dnbd3-0b824d5827677746bf04d9d286a45c20d8fb160c.zip
[CLIENT] Connecting via config file
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index e9d564a..d5e356e 100644
--- a/src/config.h
+++ b/src/config.h
@@ -32,7 +32,8 @@
#define MAX_NUMBER_DEVICES 8
// misc
-#define DEFAULT_CONFIG_FILE "/etc/dnbd3-server.conf"
+#define DEFAULT_SERVER_CONFIG_FILE "/etc/dnbd3-server.conf"
+#define DEFAULT_CLIENT_CONFIG_FILE "/etc/dnbd3-client.conf"
#define UNIX_SOCKET "/tmp/dnbd3-server.sock"
#endif /* CONFIG_H_ */