Changeset 7a8c1c4e in mainline for uspace/srv/net/tl/tcp/conn.h


Ignore:
Timestamp:
2011-12-14T17:11:31Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0edaf0f6
Parents:
bbf159a
Message:

Deallocate connection structures.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/tcp/conn.h

    rbbf159a r7a8c1c4e  
    4040
    4141extern tcp_conn_t *tcp_conn_new(tcp_sock_t *, tcp_sock_t *);
     42extern void tcp_conn_delete(tcp_conn_t *);
    4243extern void tcp_conn_add(tcp_conn_t *);
    4344extern void tcp_conn_remove(tcp_conn_t *);
Note: See TracChangeset for help on using the changeset viewer.