strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc861b0
)
reverted bus to non-recursive mutex due instability
author
Martin Willi
<martin@strongswan.org>
Mon, 21 Jul 2008 11:15:16 +0000
(11:15 -0000)
committer
Martin Willi
<martin@strongswan.org>
Mon, 21 Jul 2008 11:15:16 +0000
(11:15 -0000)
src/charon/bus/bus.c
patch
|
blob
|
history
diff --git
a/src/charon/bus/bus.c
b/src/charon/bus/bus.c
index
5ec9114
..
1f51045
100644
(file)
--- a/
src/charon/bus/bus.c
+++ b/
src/charon/bus/bus.c
@@
-371,7
+371,7
@@
bus_t *bus_create()
this->public.destroy = (void(*)(bus_t*)) destroy;
this->listeners = linked_list_create();
- this->mutex = mutex_create(MUTEX_
RECURSIVE
);
+ this->mutex = mutex_create(MUTEX_
DEFAULT
);
pthread_key_create(&this->thread_id, NULL);
pthread_key_create(&this->thread_sa, NULL);