Changeset 6b8e5b7 in mainline for uspace/lib/c/include/vfs/vfs_mtab.h


Ignore:
Timestamp:
2011-11-05T23:08:52Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6f9ef87a
Parents:
7e8403b
Message:

vfs_get_mtab(): service_id is more useful than flags and fs_handle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/vfs/vfs_mtab.h

    r7e8403b r6b8e5b7  
    4545        char opts[MAX_MNTOPTS_LEN];
    4646        char fs_name[FS_NAME_MAXLEN];
    47         unsigned int flags;
    4847        unsigned int instance;
    49         fs_handle_t  fs_handle;
     48        service_id_t service_id;
    5049} mtab_ent_t;
    5150
Note: See TracChangeset for help on using the changeset viewer.