diff --git a/src/common/rclinit.h b/src/common/rclinit.h index 1e8866ba..536f1cdd 100644 --- a/src/common/rclinit.h +++ b/src/common/rclinit.h @@ -50,7 +50,9 @@ inline RclConfig *recollinit(void (*cleanup)(void), void (*sigcleanup)(int), string &reason, const string *argcnf = 0) { return recollinit(RCLINIT_NONE, cleanup, sigcleanup, reason, argcnf); } -// Threads need to call this. The main thread handles all signals. + +// Threads need to call this to block signals. +// The main thread handles all signals. extern void recoll_threadinit(); #endif /* _RCLINIT_H_INCLUDED_ */