Changeset e1b4ae0 in mainline for uspace/srv/net/tcp/conn.h
- Timestamp:
- 2017-09-11T07:05:21Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9713b0b
- Parents:
- 975d528
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/conn.h
r975d528 re1b4ae0 41 41 42 42 extern int tcp_conns_init(void); 43 extern void tcp_conns_fini(void); 43 44 extern tcp_conn_t *tcp_conn_new(inet_ep2_t *); 44 45 extern void tcp_conn_delete(tcp_conn_t *);
Note:
See TracChangeset
for help on using the changeset viewer.