aboutsummaryrefslogtreecommitdiff
path: root/src/genrc.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-05-17 16:52:43 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-05-17 16:52:43 +0300
commit77fd1d9465ab1eb6431d8b0c5f570c9dc92b5dcf (patch)
tree567284867495ac56cbd26c7f60e1bd5f857b763a /src/genrc.h
parent6627f1c1d8acc2d53a9502a096123c0163bf731a (diff)
downloadgenrc-77fd1d9465ab1eb6431d8b0c5f570c9dc92b5dcf.tar.gz
genrc-77fd1d9465ab1eb6431d8b0c5f570c9dc92b5dcf.tar.bz2
New option: --verbose
Diffstat (limited to 'src/genrc.h')
-rw-r--r--src/genrc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/genrc.h b/src/genrc.h
index 13b40d7..a6e81e8 100644
--- a/src/genrc.h
+++ b/src/genrc.h
@@ -123,21 +123,22 @@ GENRC_PID_CLOSURE *genrc_pid_grep_init(int argc, char **argv);
GENRC_PID_CLOSURE *genrc_pid_proc_init(int argc, char **argv);
GENRC_PID_CLOSURE *genrc_pid_ps_init(int argc, char **argv);
extern char *genrc_command;
extern char *genrc_program;
extern char *genrc_pid_from;
extern unsigned genrc_timeout;
extern int genrc_no_reload;
extern int genrc_signal_reload;
extern int genrc_signal_stop;
extern GENRC_PID_CLOSURE *genrc_pid_closure;
extern char *genrc_create_pidfile;
+extern int genrc_verbose;
int sentinel(void);
int com_start(void);
int com_status(void);
int com_stop(void);
int com_restart(void);
int com_reload(void);

Return to:

Send suggestions and report system problems to the System administrator.