summaryrefslogtreecommitdiffstats
path: root/client/client.h
diff options
context:
space:
mode:
authorLars Müller2008-03-01 19:30:38 +0100
committerLars Müller2008-03-01 19:30:38 +0100
commit868fec1f8eca7c344fc9ac057b7418331299d9ce (patch)
treec07cdf11db710dc495c3c7a513cc0f8fd68d6626 /client/client.h
downloaddnbd-868fec1f8eca7c344fc9ac057b7418331299d9ce.tar.gz
dnbd-868fec1f8eca7c344fc9ac057b7418331299d9ce.tar.xz
dnbd-868fec1f8eca7c344fc9ac057b7418331299d9ce.zip
Import dnbd* from the former openslx-contrib repo as of revision 92.
openslx-contrib is currently read only and will get removed in some days. git-svn-id: http://svn.openslx.org/svn/openslx/contrib/dnbd/trunk@1592 95ad53e4-c205-0410-b2fa-d234c58c8868
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