X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Finclude%2Frmr_agnostic.h;fp=src%2Fcommon%2Finclude%2Frmr_agnostic.h;h=4b772e3aac2af137f22718b9b95db497f6cfc3dc;hb=3376a21cb270f2da1f51a929058451d22a66e93f;hp=06da0600f9f679e68468e7b8dd79c01567646e64;hpb=907fbf43104b1670b7374bf1a4b22096977774bf;p=ric-plt%2Flib%2Frmr.git diff --git a/src/common/include/rmr_agnostic.h b/src/common/include/rmr_agnostic.h index 06da060..4b772e3 100644 --- a/src/common/include/rmr_agnostic.h +++ b/src/common/include/rmr_agnostic.h @@ -168,6 +168,8 @@ typedef struct { round robin messags across the list. */ typedef struct { + uint64_t key; // key used to reinsert this entry into a new symtab + int refs; // number of symtabs which reference the entry int mtype; // the message type for this list int nrrgroups; // number of rr groups to send to rrgroup_t** rrgroups; // one or more set of endpoints to round robin messages to