X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Frmr%2Fnng%2Fsrc%2Frtable_nng_static.c;h=f5c9b7aa23153a91df5787431213b20dbee875fc;hb=ec88d3c0563eeb6ae5f73427edb0b3c4d7acf299;hp=81e79ca0572a6287c0f52dcc1009f019b18bc883;hpb=0b79fc264eea2591ad6f645d0c90cc378ea5603b;p=ric-plt%2Flib%2Frmr.git diff --git a/src/rmr/nng/src/rtable_nng_static.c b/src/rmr/nng/src/rtable_nng_static.c index 81e79ca..f5c9b7a 100644 --- a/src/rmr/nng/src/rtable_nng_static.c +++ b/src/rmr/nng/src/rtable_nng_static.c @@ -138,8 +138,10 @@ static int uta_link2( endpoint_t* ep ) { /* This provides a protocol independent mechanism for establishing the connection to an endpoint. Return is true (1) if the link was opened; false on error. + + For some flavours, the context is needed by this function, but not for nng. */ -static int rt_link2_ep( endpoint_t* ep ) { +static int rt_link2_ep( void* vctx, endpoint_t* ep ) { if( ep == NULL ) { return FALSE; }