summaryrefslogtreecommitdiffstats
path: root/server/sbus_interfaces.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-01-12 15:02:43 -0500
committerSimo Sorce <idra@samba.org>2009-01-12 16:03:18 -0500
commita62a56ec87ab81d2264900716972ec22bfb7b9d9 (patch)
treec46c1d38e4ba230af1478f2c0a68ad3dbcccff47 /server/sbus_interfaces.h
parentc22c50c2fb9bc962fd11a2c9924481485faae093 (diff)
downloadsssd-a62a56ec87ab81d2264900716972ec22bfb7b9d9.tar.gz
sssd-a62a56ec87ab81d2264900716972ec22bfb7b9d9.tar.xz
sssd-a62a56ec87ab81d2264900716972ec22bfb7b9d9.zip
Add placeholders for new configuration reload methods. The monitor will be able to call the reloadConfig DBUS method on any or all of its children to force them to reread their configuration from the confdb.
Diffstat (limited to 'server/sbus_interfaces.h')
-rw-r--r--server/sbus_interfaces.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sbus_interfaces.h b/server/sbus_interfaces.h
index 58a857499..0a3fe7a80 100644
--- a/server/sbus_interfaces.h
+++ b/server/sbus_interfaces.h
@@ -37,6 +37,7 @@
/* Service Methods */
#define SERVICE_METHOD_IDENTITY "getIdentity"
#define SERVICE_METHOD_PING "ping"
+#define SERVICE_METHOD_RELOAD "reloadConfig"
#define SSSD_SERVICE_PIPE "private/sbus-monitor"