Add the wormhole call function 17/2717/2 3.5.0
authorE. Scott Daniels <daniels@research.att.com>
Mon, 9 Mar 2020 17:57:39 +0000 (13:57 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Mon, 9 Mar 2020 18:14:03 +0000 (14:14 -0400)
commit8633a0b93e26b619a367de0614437ef2eb4a0b37
tree61b08af05e77411f3e1f073cbe9347f9359a4f96
parentd0295645523c08f283eeec8fcec24712958592df
Add the wormhole call function

This change adds the rmr_wh_call() function to provide a
wormhole send which blocks until a response is received.

Issue-ID: RICAPP-80

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Ic97001db8a9fb177c70045fc3d0326805b9fb17b
14 files changed:
CHANGES
CMakeLists.txt
doc/CMakeLists.txt
doc/src/man/rmr_wh_call.3.xfm [new file with mode: 0644]
docs/rel-notes.rst
docs/user-guide.rst
src/rmr/common/include/rmr.h
src/rmr/common/include/rmr_agnostic.h
src/rmr/common/src/rt_generic_static.c
src/rmr/common/src/rtc_static.c
src/rmr/common/src/wormholes.c
src/rmr/nng/src/rmr_nng.c
src/rmr/si/src/rmr_si.c
src/rmr/si/src/sr_si_static.c