aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/abi-default/traffic_mngr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/abi-default/traffic_mngr.h')
-rw-r--r--include/odp/api/abi-default/traffic_mngr.h2
1 files changed, 2 insertions, 0 deletions
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