Triton Repository branch, master, updated. d8c6a8764b3cdbc9a30acd8998feef230275486d
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Triton Repository". The branch, master has been updated via d8c6a8764b3cdbc9a30acd8998feef230275486d (commit) from 8c2cd3e9c83f36a390240212e371e21fdd1676bb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d8c6a8764b3cdbc9a30acd8998feef230275486d Author: Philip Carns <[email protected]> Date: Thu Feb 17 14:14:00 2011 -0600 fix missing remote function register in rosd bench ----------------------------------------------------------------------- Summary of changes: code/src/replicated-osd/tests/rosd-create-bench.ae | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) Diff of changes: diff --git a/code/src/replicated-osd/tests/rosd-create-bench.ae b/code/src/replicated-osd/tests/rosd-create-bench.ae index 5e6e5d8..4b0f0d2 100644 --- a/code/src/replicated-osd/tests/rosd-create-bench.ae +++ b/code/src/replicated-osd/tests/rosd-create-bench.ae @@ -28,6 +28,7 @@ /* include server-side rosd skeletons */ #include "src/replicated-osd/rosd_module.h" +#include "src/remote/client_server_shutdown_module.h" /* include client-side rosd stubs */ #include "src/replicated-osd/rosd_stubs.hae" @@ -518,6 +519,8 @@ int main(int argc, char *argv[]) triton_error_assert(ret); ret = aer_remote_register_rosd(); triton_error_assert(ret); + ret = aer_remote_register_client_server_shutdown(); + triton_error_assert(ret); } else { hooks/post-receive -- Triton Repository
participants (1)
-
noreply@mcs.anl.gov