From a7925b8b626110949d61452d7f2a6ac581061617 Mon Sep 17 00:00:00 2001 From: dockes Date: Tue, 10 Nov 2009 17:38:22 +0000 Subject: [PATCH] comment --- src/common/rclinit.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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_ */