Displaying 1 result from an estimated 1 matches for "notify_wall".
2016 Jul 11
0
Proposal for technique to stop a timer at any moment
...ent process died */
+#define NOTIFY_SIGUSR1 10 /* Server received SIGUSR1 RP */
+#define NOTIFY_SIGUSR2 11 /* Server received SIGUSR2 RP */
/* notify flag values */
@@ -97,13 +99,15 @@ struct {
{ NOTIFY_ONLINE, "ONLINE", NULL, "UPS %s on line power", NOTIFY_SYSLOG | NOTIFY_WALL },
{ NOTIFY_ONBATT, "ONBATT", NULL, "UPS %s on battery", NOTIFY_SYSLOG | NOTIFY_WALL },
{ NOTIFY_LOWBATT, "LOWBATT", NULL, "UPS %s battery is low", NOTIFY_SYSLOG | NOTIFY_WALL },
- { NOTIFY_FSD, "FSD", NULL, "UPS %s: forced...