Changeset 6907f26 in mainline for uspace/srv/hid/remcons/user.h
- Timestamp:
- 2024-10-03T15:42:59Z (4 months ago)
- Branches:
- master
- Children:
- d05c237
- Parents:
- d31c3ea
- git-author:
- Jiri Svoboda <jiri@…> (2024-10-02 17:42:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2024-10-03 15:42:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/remcons/user.h
rd31c3ea r6907f26 37 37 #define TELNET_USER_H_ 38 38 39 #include <adt/prodcons.h>40 39 #include <fibril_synch.h> 41 40 #include <inet/tcp.h> … … 62 61 con_srvs_t srvs; 63 62 64 /** Producer-consumer of kbd_event_t. */65 prodcons_t in_events;66 63 link_t link; 67 64 char socket_buffer[BUFFER_SIZE];
Note:
See TracChangeset
for help on using the changeset viewer.