mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 21:25:12 +02:00
psd: use fixated types in info struct
This commit is contained in:
@@ -32,10 +32,10 @@
|
|||||||
#define HASH_MAX 0x10
|
#define HASH_MAX 0x10
|
||||||
|
|
||||||
struct xt_psd_info {
|
struct xt_psd_info {
|
||||||
unsigned int weight_threshold;
|
__u32 weight_threshold;
|
||||||
unsigned int delay_threshold;
|
__u32 delay_threshold;
|
||||||
unsigned short lo_ports_weight;
|
__u16 lo_ports_weight;
|
||||||
unsigned short hi_ports_weight;
|
__u16 hi_ports_weight;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /*_LINUX_NETFILTER_XT_PSD_H*/
|
#endif /*_LINUX_NETFILTER_XT_PSD_H*/
|
||||||
|
Reference in New Issue
Block a user