]> git.evergreen-ils.org Git - Evergreen.git/commit
OK. This is the first early C version of the OpenSRF stack. It's highly
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 24 Feb 2005 20:04:10 +0000 (20:04 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 24 Feb 2005 20:04:10 +0000 (20:04 +0000)
commitad7bb77734417751dc68279901bc0413fcc3923e
tree4b2cb823de662bc2cbf8d198eeee4110098be70a
parenteca972a4a4bcaf4a473db07cb651b503f39deafc
OK.  This is the first early C version of the OpenSRF stack.  It's highly
incomplete at this point.  In particular, included in the stack code is
is the osrf_message code wich the router now needs.

Added a top level src makefile

Modified router to respond to app level requests.  The only available method
curently returns a list of attached router classes.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@115 dcc99617-32d9-48b4-a31d-7c20da2025e4
13 files changed:
OpenSRF/include/opensrf/osrf_app_session.h [new file with mode: 0644]
OpenSRF/include/opensrf/osrf_message.h [new file with mode: 0644]
OpenSRF/include/opensrf/osrf_stack.h [new file with mode: 0644]
OpenSRF/include/opensrf/osrf_system.h [new file with mode: 0644]
OpenSRF/src/Makefile [new file with mode: 0644]
OpenSRF/src/libstack/Makefile [new file with mode: 0644]
OpenSRF/src/libstack/osrf_app_session.c [new file with mode: 0644]
OpenSRF/src/libstack/osrf_message.c [new file with mode: 0644]
OpenSRF/src/libstack/osrf_stack.c [new file with mode: 0644]
OpenSRF/src/libstack/osrf_system.c [new file with mode: 0644]
OpenSRF/src/router/Makefile
OpenSRF/src/router/router.c
OpenSRF/src/router/router.h