Changeset 1d4b815 in mainline for uspace/lib/c/include/inet/tcp.h
- Timestamp:
- 2015-05-09T19:05:48Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 309469de
- Parents:
- 779541b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/inet/tcp.h
r779541b r1d4b815 52 52 /** Some received data available in TCP server */ 53 53 bool data_avail; 54 bool connected; 55 bool conn_failed; 56 bool conn_reset; 54 57 } tcp_conn_t; 55 58
Note:
See TracChangeset
for help on using the changeset viewer.