diff options
author | Simo Sorce <ssorce@redhat.com> | 2009-08-10 16:58:31 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-08-11 12:29:36 -0400 |
commit | 06a3b13134e29b75971970aa45ba14576a4f6ced (patch) | |
tree | 32c82e27f6020dad8134d80d09d22d6d94cbd5b1 /server/responder/common/responder.h | |
parent | 38268cfc515e1f136cabfbcc9a620a2d9c929cda (diff) | |
download | sssd-06a3b13134e29b75971970aa45ba14576a4f6ced.tar.gz sssd-06a3b13134e29b75971970aa45ba14576a4f6ced.tar.bz2 sssd-06a3b13134e29b75971970aa45ba14576a4f6ced.zip |
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.
Diffstat (limited to 'server/responder/common/responder.h')
-rw-r--r-- | server/responder/common/responder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/responder/common/responder.h b/server/responder/common/responder.h index 0f090831..f4187650 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); |