X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=doc%2Fsrc%2Fman%2Frmr_wh_open.3.xfm;h=45a1249e80b2a494cc20d93cec407b5d860031c9;hb=56a5312c71837e727379f627900fc22e46637a6b;hp=7611b21b4f54e53315b8635861512c2d05e6c6b9;hpb=a3a121ca4a0426ec964fa684fb27c397f2ee9e24;p=ric-plt%2Flib%2Frmr.git diff --git a/doc/src/man/rmr_wh_open.3.xfm b/doc/src/man/rmr_wh_open.3.xfm index 7611b21..45a1249 100644 --- a/doc/src/man/rmr_wh_open.3.xfm +++ b/doc/src/man/rmr_wh_open.3.xfm @@ -38,7 +38,7 @@ &ex_start #include -void* rmr_wh_open( void* vctx, char* target ) +rmr_whid_t rmr_wh_open( void* vctx, char* target ) &ex_end &uindent @@ -51,9 +51,9 @@ by the user application (via this function), and that the ID returned by &cw(rmr be passed to the &cw(rmr_wh_send_msg) function. &space -&ital(Target) is the &ital(name:port,) or &ital(IP-address:port,) combination of the -processes that the wormhole should be connected to. &ital(Vctx) is the RMR void context pointer that was returned by the &cw(rmr_init) function. +&ital(Target) is the &ital(name and port,) or &ital(IP-address and port,) combination for +the process that the wormhole should be connected to. For example, "localhost:6123". &space When invoked, this function immediately attempts to connect to the target process.