maint(dirs): prep for adding bindings 72/172/1
authorE. Scott Daniels <daniels@research.att.com>
Fri, 17 May 2019 17:50:59 +0000 (17:50 +0000)
committerE. Scott Daniels <daniels@research.att.com>
Fri, 17 May 2019 17:50:59 +0000 (17:50 +0000)
commit68c1ab2191d9959fde0bd275a560f7c9cf6df485
tree0564c0cb1d0c2dd6036585425d39b961a4c76aac
parentf7d44570f8de6e15f768e8e2d9b6061cd0bff11f
maint(dirs): prep for adding bindings

Source tree has been reorganised making way for language
wrappers (bindings) to be added.  RMr soruce is now in
src/rmr, and language specific wrappers will be placed into
subdirectories under src/bindings (e.g. rmr-python).

Change-Id: I2cac4e476e9c803b96cee2640ee2267434009cb1
Signed-off-by: E. Scott Daniels <daniels@research.att.com>
28 files changed:
CMakeLists.txt
src/README
src/bindings/rmr-python/README [new file with mode: 0644]
src/rmr/STYLE [moved from src/STYLE with 100% similarity]
src/rmr/common/CMakeLists.txt [moved from src/common/CMakeLists.txt with 100% similarity]
src/rmr/common/include/RIC_message_types.h [moved from src/common/include/RIC_message_types.h with 100% similarity]
src/rmr/common/include/rmr.h [moved from src/common/include/rmr.h with 100% similarity]
src/rmr/common/include/rmr_agnostic.h [moved from src/common/include/rmr_agnostic.h with 100% similarity]
src/rmr/common/include/rmr_symtab.h [moved from src/common/include/rmr_symtab.h with 100% similarity]
src/rmr/common/src/README [moved from src/common/src/README with 100% similarity]
src/rmr/common/src/mbuf_api.c [moved from src/common/src/mbuf_api.c with 100% similarity]
src/rmr/common/src/ring_static.c [moved from src/common/src/ring_static.c with 100% similarity]
src/rmr/common/src/rt_generic_static.c [moved from src/common/src/rt_generic_static.c with 100% similarity]
src/rmr/common/src/rtc_static.c [moved from src/common/src/rtc_static.c with 100% similarity]
src/rmr/common/src/symtab.c [moved from src/common/src/symtab.c with 100% similarity]
src/rmr/common/src/tools_static.c [moved from src/common/src/tools_static.c with 100% similarity]
src/rmr/common/src/wormholes.c [moved from src/common/src/wormholes.c with 100% similarity]
src/rmr/common/src/wrapper.c [moved from src/common/src/wrapper.c with 100% similarity]
src/rmr/nanomsg/CMakeLists.txt [moved from src/nanomsg/CMakeLists.txt with 100% similarity]
src/rmr/nanomsg/include/rmr_private.h [moved from src/nanomsg/include/rmr_private.h with 100% similarity]
src/rmr/nanomsg/src/rmr.c [moved from src/nanomsg/src/rmr.c with 100% similarity]
src/rmr/nanomsg/src/rtable_static.c [moved from src/nanomsg/src/rtable_static.c with 100% similarity]
src/rmr/nanomsg/src/sr_static.c [moved from src/nanomsg/src/sr_static.c with 100% similarity]
src/rmr/nng/CMakeLists.txt [moved from src/nng/CMakeLists.txt with 100% similarity]
src/rmr/nng/include/rmr_nng_private.h [moved from src/nng/include/rmr_nng_private.h with 100% similarity]
src/rmr/nng/src/rmr_nng.c [moved from src/nng/src/rmr_nng.c with 100% similarity]
src/rmr/nng/src/rtable_nng_static.c [moved from src/nng/src/rtable_nng_static.c with 100% similarity]
src/rmr/nng/src/sr_nng_static.c [moved from src/nng/src/sr_nng_static.c with 100% similarity]