Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/MKReadWriteLock.m')
-rw-r--r--src/MKReadWriteLock.m5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/MKReadWriteLock.m b/src/MKReadWriteLock.m
index 38888cc..3c2670b 100644
--- a/src/MKReadWriteLock.m
+++ b/src/MKReadWriteLock.m
@@ -34,6 +34,11 @@
#import <MumbleKit/MKReadWriteLock.h>
+@interface MKReadWriteLock () {
+ pthread_rwlock_t rwlock;
+}
+@end
+
@implementation MKReadWriteLock
- (id) init {