Commit 18cd9b00 authored by YueHaibing's avatar YueHaibing Committed by Pablo Neira Ayuso
Browse files

ipvs: Remove unused macros



They are not used since commit e4ff6751 ("ipvs: add
sync_maxlen parameter for the sync daemon")

Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Acked-by: default avatarSimon Horman <horms@verge.net.au>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 8a8b9047
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -242,9 +242,6 @@ struct ip_vs_sync_thread_data {
      |                    IPVS Sync Connection (1)                   |
*/

#define SYNC_MESG_HEADER_LEN	4
#define MAX_CONNS_PER_SYNCBUFF	255 /* nr_conns in ip_vs_sync_mesg is 8 bit */

/* Version 0 header */
struct ip_vs_sync_mesg_v0 {
	__u8                    nr_conns;