From aee3eb529999805eac9d3edba47ca46df7946306 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 7 Dec 2005 07:57:18 +0000 Subject: ../svn-commit.tmp --- Source/charon/threads/kernel_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/charon/threads/kernel_interface.c') diff --git a/Source/charon/threads/kernel_interface.c b/Source/charon/threads/kernel_interface.c index 02f8ad557..54fe4d1b1 100644 --- a/Source/charon/threads/kernel_interface.c +++ b/Source/charon/threads/kernel_interface.c @@ -386,7 +386,7 @@ static void receive_messages(private_kernel_interface_t *this) pthread_mutex_lock(&(this->mutex)); this->responses->insert_last(this->responses, (void*)listed_response); pthread_mutex_unlock(&(this->mutex)); - /* signal ALL waiting threads */ + /* signal LEVEL3 waiting threads */ pthread_cond_broadcast(&(this->condvar)); } /* get the next one */ -- cgit v1.2.3