23 #ifndef MOUNTPROPERTIES_H
24 #define MOUNTPROPERTIES_H
26 #include <sys/types.h>
36 std::string fsImagePath;
37 std::string fsImageType;
38 std::string destination;
39 std::list<std::string> mountOptions;
40 unsigned long mountFlags;
53 std::string destination;
54 std::list<std::string> mountOptions;
55 unsigned long mountFlags;
DynamicMountProperties struct used for Storage plugin.
Definition: MountProperties.h:51
LoopMountProperties struct used for Storage plugin.
Definition: MountProperties.h:35
MountOwnerProperties struct used for Storage plugin.
Definition: MountProperties.h:63