Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <gw-rwlock.h>
Data Fields | |
List * | rwlock |
long | writer |
int | dynamic |
Definition at line 73 of file gw-rwlock.h.
int RWLock::dynamic |
Definition at line 80 of file gw-rwlock.h.
Referenced by gw_rwlock_create().
List* RWLock::rwlock |
Definition at line 77 of file gw-rwlock.h.
Referenced by gw_rwlock_create().
long RWLock::writer |
Definition at line 78 of file gw-rwlock.h.
Referenced by gw_rwlock_create().