Subversion Repositories HelenOS

Rev

Rev 4307 | Rev 4505 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4307 Rev 4351
Line 79... Line 79...
79
struct  ip_globals{
79
struct  ip_globals{
80
    int     net_phone;
80
    int     net_phone;
81
    ip_netifs_t netifs;
81
    ip_netifs_t netifs;
82
    ip_protos_t protos;
82
    ip_protos_t protos;
83
    modules_t   modules;
83
    modules_t   modules;
-
 
84
    async_client_conn_t client_connection;
84
};
85
};
85
 
86
 
86
#endif
87
#endif
87
 
88
 
88
/** @}
89
/** @}