X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frmr_wh_send_msg.3.rst;fp=docs%2Frmr_wh_send_msg.3.rst;h=0849ac2f3f84cbffc1ec3f73eee868800ae840ac;hb=0ccfca870ea9f7bdaba1ee3a02822051fea6cabd;hp=8e9a9c282eeeda97fec132c88b981e4ec17585a8;hpb=56a5312c71837e727379f627900fc22e46637a6b;p=ric-plt%2Flib%2Frmr.git diff --git a/docs/rmr_wh_send_msg.3.rst b/docs/rmr_wh_send_msg.3.rst index 8e9a9c2..0849ac2 100644 --- a/docs/rmr_wh_send_msg.3.rst +++ b/docs/rmr_wh_send_msg.3.rst @@ -30,7 +30,7 @@ SYNOPSIS #include - rmr_mbuf_t* rmr_wh_send_msg( void* vctx, rmr_whid_t id, rmr_mbuf_t* msg ); + rmr_mbuf_t* rmr_wh_send_msg( void* vctx, rmr_whid_t id, rmr_mbuf_t* msg ) @@ -47,10 +47,12 @@ normal RMR routing based on message type is ignored, and the caller may leave the message type unspecified in the message buffer (unless it is needed by the receiving process). -The message buffer (msg) used to send is the same format as -used for regular RMR send and reply to sender operations, -thus any buffer allocated by these means, or calls to -*rmr_rcv_msg()* can be passed to this function. +*Vctx* is the RMR void context pointer that was returned by +the ``rmr_init`` function. The message buffer (msg) used to +send is the same format as used for regular RMR send and +reply to sender operations, thus any buffer allocated by +these means, or calls to *rmr_rcv_msg()* can be passed to +this function. Retries