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 ping_freq;
|
||||
int total;
|
||||
struct _patricia_tree_t *ip_limits;
|
||||
rb_patricia_tree_t *ip_limits;
|
||||
int cidr_bitlen;
|
||||
int cidr_amount;
|
||||
|
||||
|
|
Loading…
Reference in a new issue