src/irc_net.h
changeset 44 6bd70113e1ed
parent 27 e6639132bead
child 47 7d4094eb3117
equal deleted inserted replaced
43:42f5dc680930 44:6bd70113e1ed
    28     /** SSL? */
    28     /** SSL? */
    29     bool use_ssl;
    29     bool use_ssl;
    30 
    30 
    31     /** Protocol registration info */
    31     /** Protocol registration info */
    32     struct irc_conn_register_info register_info;
    32     struct irc_conn_register_info register_info;
       
    33 
       
    34     /** Raw socket to use, mainly for testing purposes */
       
    35     struct sock_stream *raw_sock;
    33 };
    36 };
    34 
    37 
    35 /**
    38 /**
    36  * IRC Network state
    39  * IRC Network state
    37  */
    40  */