Changeset 5f5d375 in mainline for uspace/srv/hid/remcons/user.h
- Timestamp:
- 2024-10-08T15:12:03Z (7 months ago)
- Branches:
- master
- Children:
- 5e0acaa
- Parents:
- c7ecd290
- git-author:
- Jiri Svoboda <jiri@…> (2024-10-07 18:11:43)
- git-committer:
- Jiri Svoboda <jiri@…> (2024-10-08 15:12:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/remcons/user.h
rc7ecd290 r5f5d375 52 52 /** Representation of a connected (human) user. */ 53 53 typedef struct { 54 /** Mutex guarding the whole structure. */ 55 fibril_mutex_t guard; 54 /** Synchronize send operations */ 55 fibril_mutex_t send_lock; 56 /** Synchronize receive operations */ 57 fibril_mutex_t recv_lock; 56 58 /** Callback functions */ 57 59 telnet_cb_t *cb;
Note:
See TracChangeset
for help on using the changeset viewer.