summaryrefslogtreecommitdiffstats
path: root/src/kernel/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/net.h')
-rw-r--r--src/kernel/net.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/kernel/net.h b/src/kernel/net.h
index d46505b..f91334e 100644
--- a/src/kernel/net.h
+++ b/src/kernel/net.h
@@ -24,15 +24,6 @@
#include "dnbd3_main.h"
-#define init_msghdr(h) \
- do { \
- h.msg_name = NULL; \
- h.msg_namelen = 0; \
- h.msg_control = NULL; \
- h.msg_controllen = 0; \
- h.msg_flags = MSG_WAITALL | MSG_NOSIGNAL; \
- } while (0)
-
int dnbd3_net_connect(dnbd3_device_t *lo);
int dnbd3_net_disconnect(dnbd3_device_t *lo);