Changeset 372df8f in mainline for uspace/lib/c/include/ipc/vol.h


Ignore:
Timestamp:
2015-10-09T07:00:23Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0ecfc62
Parents:
0bde8523
Message:

Let VBD handle unlabeled devices too. Now volsrv only cares about partitions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/vol.h

    r0bde8523 r372df8f  
    3737
    3838typedef enum {
    39         VOL_GET_DISKS = IPC_FIRST_USER_METHOD,
    40         VOL_DISK_INFO,
    41         VOL_LABEL_CREATE,
    42         VOL_DISK_EMPTY
     39        VOL_GET_PARTS = IPC_FIRST_USER_METHOD,
     40        VOL_PART_INFO,
     41        VOL_PART_EMPTY
    4342} vol_request_t;
    4443
Note: See TracChangeset for help on using the changeset viewer.