|
libstorage-ng
|
Specialized callbacks with a more generic parameter for LUKS activation. More...
#include <Storage.h>
Public Member Functions | |
| virtual std::pair< bool, std::string > | luks (const LuksInfo &info, int attempt) const =0 |
| Decide whether the LUKS should be activated. More... | |
Public Member Functions inherited from storage::ActivateCallbacks | |
| virtual bool | multipath (bool looks_like_real_multipath) const =0 |
| Decide whether multipath should be activated. More... | |
| virtual std::pair< bool, std::string > | luks (const std::string &uuid, int attempt) const =0 |
| Decide whether the LUKS with uuid should be activated. More... | |
Public Member Functions inherited from storage::Callbacks | |
| virtual void | message (const std::string &message) const =0 |
| Callback for progress messages. More... | |
| virtual bool | error (const std::string &message, const std::string &what) const =0 |
| Callback for errors. More... | |
Specialized callbacks with a more generic parameter for LUKS activation.
|
pure virtual |
Decide whether the LUKS should be activated.
Parameter "info" contains all known information about the LUKS device.
1.8.14