Triton Repository branch, master, updated. a24120ca09f0852e55d101ca7399c01e99ed3a48
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 a24120ca09f0852e55d101ca7399c01e99ed3a48 (commit) from bcf4e8ebed31de7c63951928641843288486c87d (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 a24120ca09f0852e55d101ca7399c01e99ed3a48 Author: slang <[email protected]> Date: Mon Nov 29 21:43:44 2010 -0600 add server shutdown RPC ----------------------------------------------------------------------- Summary of changes: code/src/remote/client-server-shutdown.aer | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) create mode 100644 code/src/remote/client-server-shutdown.aer Diff of changes: diff --git a/code/src/remote/client-server-shutdown.aer b/code/src/remote/client-server-shutdown.aer new file mode 100644 index 0000000..8469d55 --- /dev/null +++ b/code/src/remote/client-server-shutdown.aer @@ -0,0 +1,9 @@ + +#include "src/remote/client-server-shutdown.haer" + +__remote __blocking triton_ret_t triton_server_shutdown(uint32_t in, uint32_t *out) +{ + aer_service_engine_stop(); + return TRITON_SUCCESS; +} + hooks/post-receive -- Triton Repository
participants (1)
-
noreply@mcs.anl.gov