Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tcp/conn.c

    rb243da3 rfeeac0d  
    381381 * @param conn  Connection
    382382 */
    383 void tcp_conn_reset(tcp_conn_t *conn)
     383static void tcp_conn_reset(tcp_conn_t *conn)
    384384{
    385385        log_msg(LOG_DEFAULT, LVL_DEBUG, "%s: tcp_conn_reset()", conn->name);
Note: See TracChangeset for help on using the changeset viewer.