search for: notify_fsd

Displaying 1 result from an estimated 1 matches for "notify_fsd".

Did you mean: inotify_fd
2016 Jul 11
0
Proposal for technique to stop a timer at any moment
...:34.000000000 +0100 +++ nut-2.7.4.dev/clients/upsmon.h 2016-06-20 11:24:20.494863128 +0200 @@ -68,13 +68,15 @@ typedef struct { #define NOTIFY_ONLINE 0 /* UPS went on-line */ #define NOTIFY_ONBATT 1 /* UPS went on battery */ #define NOTIFY_LOWBATT 2 /* UPS went to low battery */ -#define NOTIFY_FSD 3 /* Master upsmon set FSD flag */ +#define NOTIFY_FSD 3 /* Master upsmon set FSD flag */ #define NOTIFY_COMMOK 4 /* Communication established */ #define NOTIFY_COMMBAD 5 /* Communication lost */ #define NOTIFY_SHUTDOWN 6 /* System shutdown in progress */ #define NOTIFY_REPLBATT 7...