summaryrefslogtreecommitdiffstats
path: root/include/proto.h
blob: 668f6a3124c6e9ab4cadfe3b4d6de77a76ac9896 (plain)
1
2
3
4
5
6
7
8
9
10
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