Triton Repository branch, master, updated. c32d04da5b5597a5af42872fea382f347a464065
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 c32d04da5b5597a5af42872fea382f347a464065 (commit) from a24120ca09f0852e55d101ca7399c01e99ed3a48 (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 c32d04da5b5597a5af42872fea382f347a464065 Author: slang <[email protected]> Date: Tue Nov 30 10:21:25 2010 -0600 add for now ----------------------------------------------------------------------- Summary of changes: code/src/remote/client-server-shutdown.haer | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) create mode 100644 code/src/remote/client-server-shutdown.haer Diff of changes: diff --git a/code/src/remote/client-server-shutdown.haer b/code/src/remote/client-server-shutdown.haer new file mode 100644 index 0000000..29497e1 --- /dev/null +++ b/code/src/remote/client-server-shutdown.haer @@ -0,0 +1,21 @@ + +#ifndef __CLIENT_SERVER_SHUTDOWN_HAER__ +#define __CLIENT_SERVER_SHUTDOWN_HAER__ + +#include "src/common/triton-types.h" +#include "src/aesop/aesop.h" +#include "src/aesop/hints.h" +#include "src/remote/encoding.h" +#include "src/remote/remote.hae" +#include "src/net/triton-addr.h" +#include "src/net/triton-message.hae" +#include "src/net/triton-message-method.hae" +#include "src/net/mock/mock-method.h" +#include "src/common/resources/scheduling/sched.hae" +#include "src/common/resources/timer/timer.hae" +#include "src/zeroconf/zeroconf.h" +#include "src/remote/service.hae" + +__remote __blocking triton_ret_t triton_server_shutdown(uint32_t in, uint32_t *out); + +#endif hooks/post-receive -- Triton Repository
participants (1)
-
noreply@mcs.anl.gov