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


Ignore:
Timestamp:
2018-06-29T13:22:39Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
72c72d4
Parents:
5f36841
git-author:
Jiri Svoboda <jiri@…> (2018-06-28 17:22:13)
git-committer:
Jiri Svoboda <jiri@…> (2018-06-29 13:22:39)
Message:

Add volume administration utility.

File:
1 edited

Legend:

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

    r5f36841 rdb9c889  
    3939
    4040#include <adt/list.h>
     41#include <stdbool.h>
    4142#include <types/label.h>
    4243
     
    5556        /** Volume label */
    5657        char *label;
     58        /** Where volume is currently mounted */
     59        char *cur_mp;
     60        /** Mounted at automatic mount point */
     61        bool cur_mp_auto;
    5762} vol_part_t;
    5863
Note: See TracChangeset for help on using the changeset viewer.