aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/abi-default
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/abi-default')
-rw-r--r--include/odp/api/abi-default/proto_stats_types.h2
-rw-r--r--include/odp/api/abi-default/traffic_mngr.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/include/odp/api/abi-default/proto_stats_types.h b/include/odp/api/abi-default/proto_stats_types.h
index e17adf886..554a24eb1 100644
--- a/include/odp/api/abi-default/proto_stats_types.h
+++ b/include/odp/api/abi-default/proto_stats_types.h
@@ -23,6 +23,8 @@ typedef _odp_abi_proto_stats_t *odp_proto_stats_t;
#define ODP_PROTO_STATS_INVALID ((odp_proto_stats_t)0)
+#define ODP_PROTO_STATS_NAME_LEN 64
+
/**
* @}
*/
diff --git a/include/odp/api/abi-default/traffic_mngr.h b/include/odp/api/abi-default/traffic_mngr.h
index 32a0ab473..9e9d017f6 100644
--- a/include/odp/api/abi-default/traffic_mngr.h
+++ b/include/odp/api/abi-default/traffic_mngr.h
@@ -79,6 +79,8 @@ extern "C" {
*/
#define ODP_TM_INVALID_PRIORITY 255
+#define ODP_TM_NAME_LEN 32
+
/** The odp_tm_percent_t type is used when specifying fields that are
* percentages. It is a fixed point integer whose units are 1/100 of a
* percent. Hence 100% is represented as the integer value 10000. Note