summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2005-07-22 21:51:21 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2005-07-22 21:51:21 +0000
commit111e6cab5714b8f35539e31abeb496524711cb02 (patch)
treeccb10cc4d8f1e3ebc0812db3e986d73aff213739 /include
parent44c3b28bdcbc02e6172792c7cbc5e9efb7b20bcc (diff)
downloadlibapr-111e6cab5714b8f35539e31abeb496524711cb02.tar.gz
Refactor Win32 condition variables code to address bugs.
PR: 27654, 34336 Submitted by: Henry Jen <henryjen ztune.net> and E Holyat <eholyat yahoo.com> Reviewed by: wrowe, stoddard Backport: 224407 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@224408 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/arch/win32/apr_arch_thread_cond.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/arch/win32/apr_arch_thread_cond.h b/include/arch/win32/apr_arch_thread_cond.h
index 5520ef26b..01252328a 100644
--- a/include/arch/win32/apr_arch_thread_cond.h
+++ b/include/arch/win32/apr_arch_thread_cond.h
@@ -22,7 +22,6 @@
struct apr_thread_cond_t {
apr_pool_t *pool;
HANDLE event;
- HANDLE mutex;
int signal_all;
int num_waiting;
int signalled;