Changeset a1dc7fe in mainline for uspace/lib/c/include/async_sess.h
- Timestamp:
- 2010-12-26T17:43:23Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8cd21d16
- Parents:
- d1c041a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/async_sess.h
rd1c041a ra1dc7fe 41 41 int sess_phone; /**< Phone for cloning off the connections. */ 42 42 link_t conn_head; /**< List of open data connections. */ 43 link_t sess_link; /**< Link in global list of open sessions. */ 43 44 } async_sess_t; 44 45
Note:
See TracChangeset
for help on using the changeset viewer.