X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp-api%2Fvapi%2Fvapi_common.h;h=7157f0a8e0d5fd0993e1610ccdaa6628461cb330;hb=4cfb0bf1b87d7a89898c20dfb9b145876c08fe02;hp=764a0b71f50c0b8972b277f718730591fb3ed50b;hpb=fd67ece3d3eda0bd896aaa166d89b4f8e7f4e98f;p=vpp.git diff --git a/src/vpp-api/vapi/vapi_common.h b/src/vpp-api/vapi/vapi_common.h index 764a0b71f50..7157f0a8e0d 100644 --- a/src/vpp-api/vapi/vapi_common.h +++ b/src/vpp-api/vapi/vapi_common.h @@ -54,7 +54,7 @@ typedef enum typedef unsigned int vapi_msg_id_t; -#define INVALID_MSG_ID ((vapi_msg_id_t)(~0)) +#define VAPI_INVALID_MSG_ID ((vapi_msg_id_t)(~0)) #ifdef __cplusplus }