From 41bb8b7e78b8df8f6724ce1b78edb0059d87324a Mon Sep 17 00:00:00 2001 From: Michael Ploujnikov Date: Thu, 3 Dec 2009 09:29:56 -0500 Subject: [PATCH] make a TODO note about the finished condition variable --- src/backend/threads.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/threads.h b/src/backend/threads.h index e8b774299..ac8a163fd 100644 --- a/src/backend/threads.h +++ b/src/backend/threads.h @@ -124,6 +124,7 @@ struct lumiera_thread_struct // void (*function)(void*); // void* arg; pthread_t id; + // TODO: maybe this condition variable should be renamed when we have a better understanding of how it will be used LumieraReccondition finished; // the following member could have been called "class" except that it would conflict with C++ keyword // as consequence, it's been decided to leave the type name containing the word "class",