Revision 14bafc54 blockdev.h

b/blockdev.h
13 13
#include "block.h"
14 14
#include "qemu-queue.h"
15 15

  
16
void blockdev_mark_auto_del(BlockDriverState *bs);
17
void blockdev_auto_del(BlockDriverState *bs);
18

  
16 19
typedef enum {
17 20
    IF_NONE,
18 21
    IF_IDE, IF_SCSI, IF_FLOPPY, IF_PFLASH, IF_MTD, IF_SD, IF_VIRTIO, IF_XEN,
......
28 31
    BlockInterfaceType type;
29 32
    int bus;
30 33
    int unit;
34
    int auto_del;               /* see blockdev_mark_auto_del() */
31 35
    QemuOpts *opts;
32 36
    char serial[BLOCK_SERIAL_STRLEN + 1];
33 37
    QTAILQ_ENTRY(DriveInfo) next;

Also available in: Unified diff