Changeset b99f6e2 in mainline for uspace/srv/net/tcp/tcp_type.h
- Timestamp:
- 2015-05-11T16:15:54Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d6ff08a0
- Parents:
- 309469de
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/tcp_type.h
r309469de rb99f6e2 338 338 /** TCP client listener */ 339 339 typedef struct tcp_clst { 340 /** Local endpoint */ 341 tcp_sock_t elocal; 340 342 /** Connection */ 341 343 tcp_conn_t *conn;
Note:
See TracChangeset
for help on using the changeset viewer.