summaryrefslogtreecommitdiffstats
path: root/include/rule.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rule.h')
-rw-r--r--include/rule.h6
1 files changed, 3 insertions, 3 deletions
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;
};
};