mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-20 19:44:56 +02:00
xt_mp2t: userspace-exposed headers should only use underscored types
This commit is contained in:
@@ -24,9 +24,9 @@ struct xt_rule_mp2t_conn_htable;
|
|||||||
struct mp2t_cfg {
|
struct mp2t_cfg {
|
||||||
|
|
||||||
/* Hash table setup */
|
/* Hash table setup */
|
||||||
u_int32_t size; /* how many hash buckets */
|
__u32 size; /* how many hash buckets */
|
||||||
u_int32_t max; /* max number of entries */
|
__u32 max; /* max number of entries */
|
||||||
u_int32_t max_list; /* warn if list searches exceed this number */
|
__u32 max_list; /* warn if list searches exceed this number */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user