Switch to unified view
a/src/common/rclinit.cpp | b/src/common/rclinit.cpp | ||
---|---|---|---|
... |
... |
||
27 | #include "debuglog.h" |
27 | #include "debuglog.h" |
28 | #include "rclconfig.h" |
28 | #include "rclconfig.h" |
29 | #include "rclinit.h" |
29 | #include "rclinit.h" |
30 | #include "pathut.h" |
30 | #include "pathut.h" |
31 | 31 | ||
32 | static const int catchedSigs[] = {SIGHUP, SIGINT, SIGQUIT, SIGTERM};
|
32 | static const int catchedSigs[] = {SIGHUP, SIGINT, SIGQUIT, SIGTERM,
|
33 | SIGUSR1, SIGUSR2}; |
||
33 | 34 | ||
34 | RclConfig *recollinit(RclInitFlags flags, |
35 | RclConfig *recollinit(RclInitFlags flags, |
35 | void (*cleanup)(void), void (*sigcleanup)(int), |
36 | void (*cleanup)(void), void (*sigcleanup)(int), |
36 | string &reason, const string *argcnf) |
37 | string &reason, const string *argcnf) |
37 | { |
38 | { |