From 3994ec2219ab7c7d5afbea4dad189d6920f94bbc Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 26 Jan 2010 09:37:32 -0500 Subject: Force offline operation with SIGUSR1 If the monitor receives SIGUSR1, it will instruct all providers to enter offline operation. If any individual provider receives SIGUSR1, it alone will enter offline operation. --- server/monitor/monitor_interfaces.h | 1 + 1 file changed, 1 insertion(+) (limited to 'server/monitor/monitor_interfaces.h') diff --git a/server/monitor/monitor_interfaces.h b/server/monitor/monitor_interfaces.h index 1835718f0..c6361fa2d 100644 --- a/server/monitor/monitor_interfaces.h +++ b/server/monitor/monitor_interfaces.h @@ -41,6 +41,7 @@ #define MON_CLI_METHOD_RELOAD "reloadConfig" #define MON_CLI_METHOD_SHUTDOWN "shutDown" #define MON_CLI_METHOD_RES_INIT "resInit" +#define MON_CLI_METHOD_OFFLINE "goOffline" /* Applicable only to providers */ #define SSSD_SERVICE_PIPE "private/sbus-monitor" -- cgit