From 06a3b13134e29b75971970aa45ba14576a4f6ced Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 10 Aug 2009 16:58:31 -0400 Subject: Change services identification mechanism Let services identify themselves voiluntarily as the first operation instead of polling from the monitor. Also consolidate some common functions and make them available as monitor helpers. --- server/responder/common/responder.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/responder/common/responder.h') diff --git a/server/responder/common/responder.h b/server/responder/common/responder.h index 0f0908317..f41876508 100644 --- a/server/responder/common/responder.h +++ b/server/responder/common/responder.h @@ -102,6 +102,8 @@ int sss_process_init(TALLOC_CTX *mem_ctx, const char *sss_pipe_name, const char *sss_priv_pipe_name, const char *confdb_service_path, + const char *svc_name, + uint16_t svc_version, struct sbus_interface *dp_intf, struct sbus_interface *monitor_intf, struct resp_ctx **responder_ctx); -- cgit