]> git.evergreen-ils.org Git - OpenSRF.git/commit
OK. This is the first early C version of the OpenSRF stack. It's highly
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 24 Feb 2005 20:04:10 +0000 (20:04 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 24 Feb 2005 20:04:10 +0000 (20:04 +0000)
commitf9b39f21b19ba8f16af815c6e91c5b1262aa4619
tree1bd8a5caa6050bc06a05632e6b608b96d7eb89cc
parent6cb3c44325eabae57c5c24500259c82fd9015e71
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/OpenSRF/trunk@109 9efc2488-bf62-4759-914b-345cdb29e865
13 files changed:
include/opensrf/osrf_app_session.h [new file with mode: 0644]
include/opensrf/osrf_message.h [new file with mode: 0644]
include/opensrf/osrf_stack.h [new file with mode: 0644]
include/opensrf/osrf_system.h [new file with mode: 0644]
src/Makefile [new file with mode: 0644]
src/libstack/Makefile [new file with mode: 0644]
src/libstack/osrf_app_session.c [new file with mode: 0644]
src/libstack/osrf_message.c [new file with mode: 0644]
src/libstack/osrf_stack.c [new file with mode: 0644]
src/libstack/osrf_system.c [new file with mode: 0644]
src/router/Makefile
src/router/router.c
src/router/router.h