Changeset aaa3f33a in mainline for uspace/srv/net/tl/tcp/tcp.h
- Timestamp:
- 2010-11-19T21:26:08Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a7811f17, cc3c2a1c
- Parents:
- 4eca056
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/tcp/tcp.h
r4eca056 raaa3f33a 262 262 uint16_t dest_port; 263 263 /** Parent local sockets. */ 264 socket_cores_ reflocal_sockets;264 socket_cores_t *local_sockets; 265 265 266 266 /** Local sockets safety lock.
Note:
See TracChangeset
for help on using the changeset viewer.