|
libzypp 17.37.17
|
Classes | |
| struct | InstallStep |
| struct | RemoveStep |
| struct | Commit |
| struct | TransactionError |
| struct | RpmLog |
| struct | PackageBegin |
| struct | PackageFinished |
| struct | PackageError |
| struct | PackageProgress |
| struct | CleanupBegin |
| struct | CleanupFinished |
| struct | CleanupProgress |
| struct | ScriptBegin |
| struct | ScriptFinished |
| struct | ScriptError |
| struct | TransBegin |
| struct | TransFinished |
| struct | TransProgress |
Typedefs | |
| using | TransactionStep = std::variant<InstallStep,RemoveStep> |
Functions | |
| IMPL_TRIVIAL_MESSAGE (TransFinished) | |
This file specifies all messages that are sent between TargetImpl and the zypp-rpm backend binary. The communication protocol uses our implementation of the STOMP protocol mesage format.
| using zypp::proto::target::TransactionStep = std::variant<InstallStep,RemoveStep> |
Definition at line 46 of file CommitMessages.h.
| zypp::proto::target::IMPL_TRIVIAL_MESSAGE | ( | TransFinished | ) |