summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler/include/protocol_handler/service_status_update_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/protocol_handler/include/protocol_handler/service_status_update_handler.h')
-rw-r--r--src/components/protocol_handler/include/protocol_handler/service_status_update_handler.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/protocol_handler/include/protocol_handler/service_status_update_handler.h b/src/components/protocol_handler/include/protocol_handler/service_status_update_handler.h
index 125f3b2909..cbe374d515 100644
--- a/src/components/protocol_handler/include/protocol_handler/service_status_update_handler.h
+++ b/src/components/protocol_handler/include/protocol_handler/service_status_update_handler.h
@@ -49,7 +49,9 @@ enum class ServiceStatus {
SERVICE_START_FAILED,
PTU_FAILED,
CERT_INVALID,
- INVALID_TIME
+ INVALID_TIME,
+ PROTECTION_ENFORCED,
+ PROTECTION_DISABLED
};
/**