Changeset 58cbf8d5 in mainline for uspace/lib/c/generic/private/async.h
- Timestamp:
- 2011-08-19T18:51:05Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e3e4a2c
- Parents:
- 7b2a7ad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/private/async.h
r7b2a7ad r58cbf8d5 68 68 /** Number of opened exchanges */ 69 69 atomic_t refcnt; 70 71 /** Mutex for stateful connections */ 72 fibril_mutex_t remote_state_mtx; 73 74 /** Data for stateful connections */ 75 void *remote_state_data; 70 76 }; 71 77
Note:
See TracChangeset
for help on using the changeset viewer.