Changeset bf7587b0 in mainline for uspace/srv/net/tcp/conn.c


Ignore:
Timestamp:
2015-05-18T21:23:32Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2f19103
Parents:
683e584
Message:

Delete connection and prevent further callbacks.

File:
1 edited

Legend:

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

    r683e584 rbf7587b0  
    237237
    238238        assert(conn->deleted == false);
     239        conn->deleted = true;
     240        conn->cb = NULL;
     241        conn->cb_arg = NULL;
    239242        tcp_conn_delref(conn);
    240243}
Note: See TracChangeset for help on using the changeset viewer.