summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorJohann Latocha2012-02-02 01:13:50 +0100
committerJohann Latocha2012-02-02 01:13:50 +0100
commit37e4ed696b77455a738fa948b93498c8740721bc (patch)
tree14306f376ef7132d2cac1624e3aafa8dbba035b0 /src/config.h
parent[SERVER] Close all client sockets on shutdown (diff)
downloaddnbd3-37e4ed696b77455a738fa948b93498c8740721bc.tar.gz
dnbd3-37e4ed696b77455a738fa948b93498c8740721bc.tar.xz
dnbd3-37e4ed696b77455a738fa948b93498c8740721bc.zip
[SERVER] Parsing config file with glib
[KERNEL] Bugfixes [CLIENT] Using vid and rid
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/config.h b/src/config.h
index 8cb088e..c839f6e 100644
--- a/src/config.h
+++ b/src/config.h
@@ -31,13 +31,8 @@
#define DNBD3_BLOCK_SIZE 4096
#define MAX_NUMBER_DEVICES 8
-// configuration file
-#define DEFAULT_CONFIG_FILE "/etc/dnbd3-server.conf"
-#define MAX_NUMBER_IMAGES 1024
-#define MAX_FILE_NAME 4096
-#define MAX_FILE_ID 8
-
// misc
+#define DEFAULT_CONFIG_FILE "/etc/dnbd3-server.conf"
#define SERVER_PID_FILE "/tmp/dnbd3-server.pid"
#endif /* CONFIG_H_ */