Update ABI spec with the new IPsec event type.
Signed-off-by: Janne Peltonen <[email protected]>
---
include/odp/arch/default/api/abi/event.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/odp/arch/default/api/abi/event.h
b/include/odp/arch/default/api/abi/event.h
index ab14157..87220d6 100644
--- a/include/odp/arch/default/api/abi/event.h
+++ b/include/odp/arch/default/api/abi/event.h
@@ -29,7 +29,8 @@ typedef enum odp_event_type_t {
ODP_EVENT_PACKET = 2,
ODP_EVENT_TIMEOUT = 3,
ODP_EVENT_CRYPTO_COMPL = 4,
- ODP_EVENT_IPSEC_RESULT = 5
+ ODP_EVENT_IPSEC_RESULT = 5,
+ ODP_EVENT_IPSEC_STATUS = 6
} odp_event_type_t;
/**
--
2.5.0