Changeset 06256b0 in mainline for uspace/lib/fs/libfs.h
- Timestamp:
- 2013-07-30T23:46:26Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b8dbe2f
- Parents:
- 4636a60
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fs/libfs.h
r4636a60 r06256b0 56 56 57 57 typedef struct { 58 bool mp_active;59 async_sess_t *sess;60 fs_handle_t fs_handle;61 service_id_t service_id;62 } mp_data_t;63 64 typedef struct {65 mp_data_t mp_data; /**< Mount point info. */66 58 void *data; /**< Data of the file system implementation. */ 67 59 } fs_node_t;
Note:
See TracChangeset
for help on using the changeset viewer.