An RPC test dispatch library for vice
authorMatt Benjamin <matt@linuxbox.com>
Thu, 24 Jun 2010 13:07:36 +0000 (09:07 -0400)
committerDerrick Brashear <shadow@dementia.org>
Mon, 12 Jul 2010 18:24:14 +0000 (11:24 -0700)
commit262a678d9b7b79f5261af2a8b36588f684e547ef
tree9c18cfba361e9580e21a9f75cb15fb21afe96629
parent1701535fae6a78b72a2b637365a0bf2d77803b5b
An RPC test dispatch library for vice

A library framework for remote testing against file servers,
with the ability to establish multiple call/callback channel
pairs within a single test process and dispatch requests
arbitrarily on each.  Thanks to Derrick for design and debugging
help.  Additional callback processing intelligence will follow
in a future changeset.  This version builds on Windows NT (but
might need further adjustment).

Change-Id: Ibea39e912b2a23ebf58e9e0931114572eccf6e78
Reviewed-on: http://gerrit.openafs.org/2229
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
Makefile.in
NTMakefile
configure.in
src/config/NTMakefile
tests/rpctestlib/Makefile.in [new file with mode: 0644]
tests/rpctestlib/NTMakefile [new file with mode: 0644]
tests/rpctestlib/rpc_test_cb_procs.c [new file with mode: 0644]
tests/rpctestlib/rpc_test_main.c [new file with mode: 0644]
tests/rpctestlib/rpc_test_procs.c [new file with mode: 0644]
tests/rpctestlib/rpc_test_procs.h [new file with mode: 0644]