summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/src/update_status_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/policy_external/src/update_status_manager.cc')
-rw-r--r--src/components/policy/policy_external/src/update_status_manager.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/policy/policy_external/src/update_status_manager.cc b/src/components/policy/policy_external/src/update_status_manager.cc
index 3653983c8f..9176afe611 100644
--- a/src/components/policy/policy_external/src/update_status_manager.cc
+++ b/src/components/policy/policy_external/src/update_status_manager.cc
@@ -87,6 +87,11 @@ void UpdateStatusManager::OnUpdateSentOut(uint32_t update_timeout) {
ProcessEvent(kOnUpdateSentOut);
}
+void UpdateStatusManager::OnUpdatePostponed() {
+ LOG4CXX_AUTO_TRACE(logger_);
+ ProcessEvent(kPostponedUpdate);
+}
+
void UpdateStatusManager::OnUpdateTimeoutOccurs() {
LOG4CXX_AUTO_TRACE(logger_);