From a62a56ec87ab81d2264900716972ec22bfb7b9d9 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 12 Jan 2009 15:02:43 -0500 Subject: 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. --- server/sbus_interfaces.h | 1 + 1 file changed, 1 insertion(+) (limited to 'server/sbus_interfaces.h') diff --git a/server/sbus_interfaces.h b/server/sbus_interfaces.h index 58a85749..0a3fe7a8 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" -- cgit