Changeset 64ffd83 in mainline for uspace/srv/volsrv/types/part.h


Ignore:
Timestamp:
2018-07-24T09:43:38Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bec18a9
Parents:
05208d9
git-author:
Jiri Svoboda <jiri@…> (2018-07-23 18:41:45)
git-committer:
Jiri Svoboda <jiri@…> (2018-07-24 09:43:38)
Message:

Configuring mount point for (newly created) paritions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/volsrv/types/part.h

    r05208d9 r64ffd83  
    6666        /** Mounted at automatic mount point */
    6767        bool cur_mp_auto;
     68        /** Volume */
     69        struct vol_volume *volume;
    6870} vol_part_t;
    6971
     
    7476        /** Partitions (list of vol_part_t) */
    7577        list_t parts;
     78        /** Underlying volumes */
     79        struct vol_volumes *volumes;
    7680} vol_parts_t;
    7781
Note: See TracChangeset for help on using the changeset viewer.