Changeset 7d7f5e3 in mainline for uspace/lib/c/include/types/loc.h
- Timestamp:
- 2023-09-17T09:56:59Z (15 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 153dd3b
- Parents:
- 4c6fd56
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/types/loc.h
r4c6fd56 r7d7f5e3 36 36 #define _LIBC_TYPES_LOC_H_ 37 37 38 #include <async.h> 39 38 40 /** Server register with location service */ 39 41 typedef struct { 40 int dummy;42 async_sess_t *sess; 41 43 } loc_srv_t; 42 44
Note:
See TracChangeset
for help on using the changeset viewer.