0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-04 09:38:37 +02:00

fixing Class struct

This commit is contained in:
Valery Yatsko 2008-04-02 15:34:26 +04:00
parent 4964011f8a
commit 05ffd6946d

View file

@ -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;