mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
FSCORE-606 (Win) bridge fails because session read lock failure
This commit is contained in:
@@ -24,6 +24,7 @@ struct apr_thread_rwlock_t {
|
||||
HANDLE write_mutex;
|
||||
HANDLE read_event;
|
||||
LONG readers;
|
||||
CRITICAL_SECTION read_section;
|
||||
};
|
||||
|
||||
#endif /* THREAD_RWLOCK_H */
|
||||
|
Reference in New Issue
Block a user