|
libstorage-ng
|
Public Member Functions | |
| virtual void | begin () const |
| Called at the begin of probing. | |
| virtual void | end () const |
| Called at the end of probing. | |
| Public Member Functions inherited from storage::ProbeCallbacksV2 | |
| virtual bool | missing_command (const std::string &message, const std::string &what, const std::string &command, uint64_t used_features) const =0 |
| Callback for missing commands. | |
| Public Member Functions inherited from storage::Callbacks | |
| virtual void | message (const std::string &message) const =0 |
| Callback for progress messages. | |
| virtual bool | error (const std::string &message, const std::string &what) const =0 |
| Callback for errors. | |