X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcnet_i.h;h=a5ec1038ac3354da86d39547f06969132ddc5148;hb=9905799a86c606304fd7df2cd401de1740a272a1;hp=1da16a97e016492b98408163ce2c80419697e4a4;hpb=c14dc73816933bb82e63a2ffbc90eaca9c9895d3;p=silc.git diff --git a/lib/silcutil/silcnet_i.h b/lib/silcutil/silcnet_i.h index 1da16a97..a5ec1038 100644 --- a/lib/silcutil/silcnet_i.h +++ b/lib/silcutil/silcnet_i.h @@ -24,14 +24,15 @@ #error "Do not include this header directly" #endif -/* Net listenrr context */ +/* Net listener context */ struct SilcNetListenerStruct { SilcSchedule schedule; SilcNetCallback callback; void *context; - int *socks; - unsigned int socks_count : 31; + SilcSocket *socks; + unsigned int socks_count : 30; unsigned int require_fqdn : 1; + unsigned int lookup : 1; }; #endif /* SILCNET_I_H */