Changeset 261bbdc in mainline for uspace/srv/hid/remcons/user.h
- Timestamp:
- 2012-01-12T08:48:51Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 99c2e9f3
- Parents:
- 5923cf82
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/remcons/user.h
r5923cf82 r261bbdc 44 44 /** Representation of a connected (human) user. */ 45 45 typedef struct { 46 /** Mutex guarding the whole structure. */ 47 fibril_mutex_t guard; 48 46 49 /** Internal id, used for creating locfs entries. */ 47 50 int id; … … 65 68 /* Reference counting. */ 66 69 fibril_condvar_t refcount_cv; 67 fibril_mutex_t refcount_mutex;68 70 bool task_finished; 69 71 int locsrv_connection_count;
Note:
See TracChangeset
for help on using the changeset viewer.