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.h3
1 files changed, 2 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 3f9e7df1b2..c94ddb91e4 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
@@ -51,7 +51,8 @@ enum class ServiceStatus {
CERT_INVALID,
INVALID_TIME,
PROTECTION_ENFORCED,
- PROTECTION_DISABLED
+ PROTECTION_DISABLED,
+ UNSECURE_START_FAILED
};
/**