mirror of
https://github.com/matrix-construct/construct
synced 2024-11-20 08:51:18 +01:00
fixing Class struct
This commit is contained in:
parent
4964011f8a
commit
05ffd6946d
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ struct Class
|
||||||
int con_freq;
|
int con_freq;
|
||||||
int ping_freq;
|
int ping_freq;
|
||||||
int total;
|
int total;
|
||||||
struct _patricia_tree_t *ip_limits;
|
rb_patricia_tree_t *ip_limits;
|
||||||
int cidr_bitlen;
|
int cidr_bitlen;
|
||||||
int cidr_amount;
|
int cidr_amount;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue