FSCORE-606 (Win) bridge fails because session read lock failure

This commit is contained in:
Jeff Lenk
2010-05-20 08:05:28 -05:00
parent e15abcf9aa
commit f8f91362f0
2 changed files with 19 additions and 5 deletions

View File

@@ -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 */