Changeset 004a5fe in mainline for uspace/srv/net/tl/tcp/tcp_type.h
- Timestamp:
- 2011-11-20T19:13:53Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eea65f4
- Parents:
- 854e79a6
- File:
-
- 1 edited
-
uspace/srv/net/tl/tcp/tcp_type.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/tcp/tcp_type.h
r854e79a6 r004a5fe 146 146 /** Connection state */ 147 147 tcp_cstate_t cstate; 148 /** Protects @c cstate */ 149 fibril_mutex_t cstate_lock; 150 /** Signalled when @c cstate changes */ 151 fibril_condvar_t cstate_cv; 148 152 149 153 /** Set when FIN is removed from the retransmission queue */
Note:
See TracChangeset
for help on using the changeset viewer.
