summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h
new file mode 100644
index 0000000..668f6a3
--- /dev/null
+++ b/include/proto.h
@@ -0,0 +1,11 @@
+#ifndef _NFT_SYNC_PROTO_H_
+#define _NFT_SYNC_PROTO_H_
+
+struct nft_sync_hdr {
+ uint32_t len;
+ char data[0];
+};
+
+#define NFTS_MAX_REQUEST 1024
+
+#endif