Revision 4dca4b63 block_int.h

b/block_int.h
130 130
    int64_t total_sectors; /* if we are reading a disk image, give its
131 131
                              size in sectors */
132 132
    int read_only; /* if true, the media is read only */
133
    int keep_read_only; /* if true, the media was requested to stay read only */
134
    int open_flags; /* flags used to open the file, re-used for re-open */
133 135
    int removable; /* if true, the media can be removed */
134 136
    int locked;    /* if true, the media cannot temporarily be ejected */
135 137
    int encrypted; /* if true, the media is encrypted */

Also available in: Unified diff