Index: ext/libicpf/src/dmutex.h =================================================================== diff -u -r9960df129907ea11b4936b4c2e414d0577cd5f27 -r0ec0dc6be33bf80d16d27555d107509810a93462 --- ext/libicpf/src/dmutex.h (.../dmutex.h) (revision 9960df129907ea11b4936b4c2e414d0577cd5f27) +++ ext/libicpf/src/dmutex.h (.../dmutex.h) (revision 0ec0dc6be33bf80d16d27555d107509810a93462) @@ -41,6 +41,8 @@ * This class is very similar to the mutex class, with the difference that it allows logging * of the locking/unlocking allowing easier debugging of the mutexes. Interface is almost * out-of-the-box replaceable with standard mutex class. + * To use this class properly - the icpf::d_mutex::m_pContext static member has to be initialized + * to a pointer to a dumpctx class that will receive notifications. */ class LIBICPF_API d_mutex : public mutex {