Changeset 3a9cf35 in mainline for uspace/srv/bd/vbd/types/vbd.h


Ignore:
Timestamp:
2016-01-16T19:11:12Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8e670dd
Parents:
4f29118
Message:

VBD should take note of devices disappearing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/vbd/types/vbd.h

    r4f29118 r3a9cf35  
    4242#include <label.h>
    4343#include <loc.h>
     44#include <stdbool.h>
    4445#include <sys/types.h>
    4546#include <types/label.h>
     
    8788        /** Block size */
    8889        size_t block_size;
     90        /** Used to mark disks still present during re-discovery */
     91        bool present;
    8992} vbds_disk_t;
    9093
Note: See TracChangeset for help on using the changeset viewer.