Changeset 372df8f in mainline for uspace/lib/c/include/ipc/vbd.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/vbd.h

    r0bde8523 r372df8f  
    3737
    3838typedef enum {
    39         VBD_DISK_ADD = IPC_FIRST_USER_METHOD,
    40         VBD_DISK_REMOVE,
     39        VBD_GET_DISKS = IPC_FIRST_USER_METHOD,
    4140        VBD_DISK_INFO,
    4241        VBD_LABEL_CREATE,
Note: See TracChangeset for help on using the changeset viewer.