Changeset bf7587b0 in mainline for uspace/srv/net/tcp/conn.c
- Timestamp:
- 2015-05-18T21:23:32Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2f19103
- Parents:
- 683e584
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/conn.c
r683e584 rbf7587b0 237 237 238 238 assert(conn->deleted == false); 239 conn->deleted = true; 240 conn->cb = NULL; 241 conn->cb_arg = NULL; 239 242 tcp_conn_delref(conn); 240 243 }
Note:
See TracChangeset
for help on using the changeset viewer.