libzypp 17.32.5
|
#include <zypp-media/ng/worker/devicedriver.h>
Public Attributes | |
std::string | _name |
Path of the device node or URL for e.g. nfs devices. | |
unsigned int | _maj_nr = 0 |
Major number of the device. | |
unsigned int | _min_nr = 0 |
Minor number of the device. | |
zypp::Pathname | _mountPoint = {} |
Mountpoint of the device, if empty dev is not mounted. | |
bool | _ephemeral = false |
If set to true the device is removed from the internal list after the last attachpoint was released. | |
std::unordered_map< std::string, std::any > | _properties = {} |
Definition at line 29 of file devicedriver.h.
std::string zyppng::worker::Device::_name |
Path of the device node or URL for e.g. nfs devices.
Definition at line 31 of file devicedriver.h.
unsigned int zyppng::worker::Device::_maj_nr = 0 |
Major number of the device.
Definition at line 32 of file devicedriver.h.
unsigned int zyppng::worker::Device::_min_nr = 0 |
Minor number of the device.
Definition at line 33 of file devicedriver.h.
zypp::Pathname zyppng::worker::Device::_mountPoint = {} |
Mountpoint of the device, if empty dev is not mounted.
Definition at line 34 of file devicedriver.h.
If set to true the device is removed from the internal list after the last attachpoint was released.
Definition at line 35 of file devicedriver.h.
std::unordered_map<std::string, std::any> zyppng::worker::Device::_properties = {} |
Definition at line 36 of file devicedriver.h.