Switch to side-by-side view
--- a/src/common/rclinit.cpp +++ b/src/common/rclinit.cpp @@ -29,7 +29,8 @@ #include "rclinit.h" #include "pathut.h" -static const int catchedSigs[] = {SIGHUP, SIGINT, SIGQUIT, SIGTERM}; +static const int catchedSigs[] = {SIGHUP, SIGINT, SIGQUIT, SIGTERM, + SIGUSR1, SIGUSR2}; RclConfig *recollinit(RclInitFlags flags, void (*cleanup)(void), void (*sigcleanup)(int),