Add wormhole state check function 98/2698/3
authorE. Scott Daniels <daniels@research.att.com>
Fri, 6 Mar 2020 17:29:28 +0000 (12:29 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Fri, 6 Mar 2020 18:06:51 +0000 (13:06 -0500)
commit4d1f9bf4b14788f957964d93af940e84f8f01601
tree1f9a9b9d3c31f4a00a3ed1b98e84fedafa06ea50
parent6926c66052111119df8a3d2e7b9e4ddbbeea7910
Add wormhole state check function

This change adds a new function allowing the state of a wormhole
to be checked by the user programme.

Issue-ID: RICAPP-79

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: Id685dcb163f7266aa40f04317bee2b23fade4f43
27 files changed:
CHANGES
CMakeLists.txt
doc/CMakeLists.txt
doc/src/man/env_var_list.im
doc/src/man/rmr_alloc_msg.3.xfm
doc/src/man/rmr_set_fack.3.xfm [new file with mode: 0644]
doc/src/man/rmr_wh_open.3.xfm
doc/src/man/rmr_wh_send_msg.3.xfm
doc/src/man/rmr_wh_state.3.xfm [new file with mode: 0644]
doc/src/rst.im
doc/src/rtd/.gitignore [new file with mode: 0644]
doc/src/rtd/Makefile
doc/src/rtd/README
doc/src/rtd/gen_man_list.sh [new file with mode: 0755]
doc/src/rtd/user-guide.xfm
docs/config-deploy.rst
docs/overview.rst
docs/rel-notes.rst
docs/user-guide.rst
src/rmr/common/include/rmr.h
src/rmr/common/src/wormholes.c
src/rmr/si/src/si95/siproto.h
src/rmr/si/src/si95/sisetup.h
src/rmr/si/src/si95/sistruct.h
src/rmr/si/src/si95/sitrash.c
test/si95_test.c [new file with mode: 0644]
test/wormhole_static_test.c