diff options
author | Simo Sorce <ssorce@redhat.com> | 2009-08-05 05:44:20 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-08-10 09:42:19 -0400 |
commit | f1e4471551aa74015579bff0b64735cc9b085b74 (patch) | |
tree | 45071c03d3f4810e8214a9097c36b21641d9cfc3 /server/sbus/sbus_client.h | |
parent | 0c7050d8569ce7ee61b13d02b4733249a11e171f (diff) | |
download | sssd-f1e4471551aa74015579bff0b64735cc9b085b74.tar.gz sssd-f1e4471551aa74015579bff0b64735cc9b085b74.tar.xz sssd-f1e4471551aa74015579bff0b64735cc9b085b74.zip |
merge server and connection structures
This reduce code duplication as it allows to use one set of watch and timeout
functions, and at the same time also allow not to use a secondary structure just
to unify these functions.
Diffstat (limited to 'server/sbus/sbus_client.h')
-rw-r--r-- | server/sbus/sbus_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sbus/sbus_client.h b/server/sbus/sbus_client.h index b49dd66ed..bce8f8218 100644 --- a/server/sbus/sbus_client.h +++ b/server/sbus/sbus_client.h @@ -27,8 +27,8 @@ int sbus_client_init(TALLOC_CTX *mem_ctx, struct tevent_context *ev, - struct sbus_method_ctx *sm_ctx, const char *server_address, + struct sbus_method_ctx *sm_ctx, struct sbus_connection **_conn, sbus_conn_destructor_fn destructor, void *conn_pvt_data); |