summaryrefslogtreecommitdiffstats
path: root/client/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/client.h')
-rw-r--r--client/client.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/client.h b/client/client.h
new file mode 100644
index 0000000..952af1b
--- /dev/null
+++ b/client/client.h
@@ -0,0 +1,7 @@
+#ifndef LINUX_DNBD_CLIENT_H
+#define LINUX_DNBD_CLIENT_H 1
+
+/* timeout in seconds to wait for servers, not yet changeable from user space */
+#define DNBD_TIMEOUT 3
+
+#endif