summaryrefslogtreecommitdiffstats
path: root/client/client.h
blob: 952af1bca7127ee23bb356291f15cc7119d684c2 (plain) (blame)
1
2
3
4
5
6
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