X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcommon%2Finclude%2Frmr.h;h=e6c1660f1d42e705d067a39688620dd8ee000ce2;hb=refs%2Fchanges%2F51%2F151%2F1;hp=6bfe0753862534628845672de24a13e93e55d0c9;hpb=8790bf0c4f4f08fd05853afa67e211112b344a42;p=ric-plt%2Flib%2Frmr.git diff --git a/src/common/include/rmr.h b/src/common/include/rmr.h index 6bfe075..e6c1660 100644 --- a/src/common/include/rmr.h +++ b/src/common/include/rmr.h @@ -47,6 +47,8 @@ extern "C" { #define RMR_DEF_SIZE 0 // pass as size to have msg allocation use the default msg size +#define RMR_VOID_MSGTYPE (-1) // unset/invalid message type and sub id +#define RMR_VOID_SUBID (-1) #define RMR_OK 0 // state is good #define RMR_ERR_BADARG 1 // argument passd to function was unusable