From f63405f9203ce7a8464d585ad49ea67fb2c0bb3f Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Wed, 24 May 2017 20:10:44 +0200 Subject: rename struct ct to ct_helper Its misleading, this structure holds members for ct_helper object infrastructure, rename it. Signed-off-by: Florian Westphal --- include/rule.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/rule.h b/include/rule.h index 7424b21c..24c73d85 100644 --- a/include/rule.h +++ b/include/rule.h @@ -263,8 +263,8 @@ struct quota { uint32_t flags; }; -struct ct { - char helper_name[16]; +struct ct_helper { + char name[16]; uint16_t l3proto; uint8_t l4proto; }; @@ -287,7 +287,7 @@ struct obj { union { struct counter counter; struct quota quota; - struct ct ct; + struct ct_helper ct_helper; }; }; -- cgit v1.2.3