X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp-api%2Fvapi%2Fvapi_common.h;h=7157f0a8e0d5fd0993e1610ccdaa6628461cb330;hb=dab732a18c39d13af1770b55d7cef2359ea66412;hp=764a0b71f50c0b8972b277f718730591fb3ed50b;hpb=ef8db3679746792403589fb54fa0bbb9e13245dd;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 }