summaryrefslogtreecommitdiffstats
path: root/src/sbus/sssd_dbus.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2011-10-05 17:52:06 +0200
committerStephen Gallagher <sgallagh@redhat.com>2011-10-13 14:16:45 -0400
commit2211199962d5e93e74531a415ea83888e44ee45e (patch)
tree1df8a0a138afc60302241283383ad33427a089db /src/sbus/sssd_dbus.h
parent10a3bd506cca2b055a39e4abf83198314c200399 (diff)
downloadsssd-2211199962d5e93e74531a415ea83888e44ee45e.tar.gz
sssd-2211199962d5e93e74531a415ea83888e44ee45e.tar.xz
sssd-2211199962d5e93e74531a415ea83888e44ee45e.zip
Append PID to sbus server socket name, let clients use a symlink
Add option to follow symlinks to check_file() Append PID to sbus server socket name, let clients use a symlink https://fedorahosted.org/sssd/ticket/1034
Diffstat (limited to 'src/sbus/sssd_dbus.h')
-rw-r--r--src/sbus/sssd_dbus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sbus/sssd_dbus.h b/src/sbus/sssd_dbus.h
index 2dbf4ab77..98159a7b0 100644
--- a/src/sbus/sssd_dbus.h
+++ b/src/sbus/sssd_dbus.h
@@ -79,6 +79,7 @@ int sbus_new_server(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
const char *address,
struct sbus_interface *intf,
+ bool use_symlink,
struct sbus_connection **server,
sbus_server_conn_init_fn init_fn, void *init_pvt_data);