Moved implementation of condvar_t to mutex.c because it requires access to private_mutex_t.

This commit is contained in:
Tobias Brunner
2009-12-23 17:02:25 +01:00
parent eba64cef41
commit 5fe538504e
3 changed files with 157 additions and 179 deletions
+1 -2
View File
@@ -43,8 +43,7 @@ credentials/ietf_attributes/ietf_attributes.c credentials/ietf_attributes/ietf_a
database/database.h database/database_factory.h database/database_factory.c \
fetcher/fetcher.h fetcher/fetcher_manager.h fetcher/fetcher_manager.c \
selectors/traffic_selector.c selectors/traffic_selector.h \
threading/mutex.h threading/mutex.c \
threading/condvar.h threading/condvar.c \
threading/mutex.h threading/mutex.c threading/condvar.h \
threading/rwlock.h threading/rwlock.c \
threading/lock_profiler.h \
utils.h utils.c \