1 #ifndef AKTUALIZR_SECONDARY_OSTREE_H 2 #define AKTUALIZR_SECONDARY_OSTREE_H 4 #include "aktualizr_secondary.h" 13 void initialize()
override;
18 bool isTargetSupported(
const Uptane::Target& target)
const override;
21 void completeInstall()
override;
24 bool hasPendingUpdate() {
return storage().hasPendingInstall(); }
28 std::shared_ptr<OstreeUpdateAgent> update_agent_;
31 #endif // AKTUALIZR_SECONDARY_OSTREE_H
Reference counted holder for the top-level ASN1 message structure.