libzypp 17.37.17
zypp::proto::target Namespace Reference

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)

Detailed Description

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.

See also
zypp::PluginFrame

Typedef Documentation

◆ TransactionStep

Definition at line 46 of file CommitMessages.h.

Function Documentation

◆ IMPL_TRIVIAL_MESSAGE()

zypp::proto::target::IMPL_TRIVIAL_MESSAGE ( TransFinished )