aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/threads/kernel_interface.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-12-07 07:57:18 +0000
committerMartin Willi <martin@strongswan.org>2005-12-07 07:57:18 +0000
commitaee3eb529999805eac9d3edba47ca46df7946306 (patch)
tree9d048c516ff3e2fad9cc068e582e5a807490d6d6 /Source/charon/threads/kernel_interface.c
parenta36a745a1891b6d288e94211c76059a2be25d9e0 (diff)
downloadstrongswan-aee3eb529999805eac9d3edba47ca46df7946306.tar.bz2
strongswan-aee3eb529999805eac9d3edba47ca46df7946306.tar.xz
../svn-commit.tmp
Diffstat (limited to 'Source/charon/threads/kernel_interface.c')
-rw-r--r--Source/charon/threads/kernel_interface.c2
1 files changed, 1 insertions, 1 deletions
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 */