X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=src%2Frmr%2Fsi%2Finclude%2Frmr_si_private.h;h=ee714096a5ee0562851d8ef3c123ce6b135ad19d;hb=d07cc97b4b5493a5fc67231ee09d1c931c993161;hp=9816c16c8a9134166314d2c8660eac1508c02e57;hpb=fd4477a9698a46ce5755d614b663c18ceadf43c4;p=ric-plt%2Flib%2Frmr.git diff --git a/src/rmr/si/include/rmr_si_private.h b/src/rmr/si/include/rmr_si_private.h index 9816c16..ee71409 100644 --- a/src/rmr/si/include/rmr_si_private.h +++ b/src/rmr/si/include/rmr_si_private.h @@ -75,7 +75,7 @@ typedef struct { Callback context. typedef struct { uta_ctx_t* ctx; - + } cbctx_t; */ @@ -130,6 +130,8 @@ struct uta_ctx { int d2_len; // extra header data 2 length (future) int nn_sock; // our general listen socket int rtable_ready; // set to true when rt is received or loaded + int snarf_rt_fd; // the file des where we save the last rt from RM + int dcount; // drop counter when app is slow route_table_t* rtable; // the active route table route_table_t* old_rtable; // the previously used rt, sits here to allow for draining route_table_t* new_rtable; // route table under construction