[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r4202 - GNUnet/src/util/network
From: |
durner |
Subject: |
[GNUnet-SVN] r4202 - GNUnet/src/util/network |
Date: |
Fri, 5 Jan 2007 05:42:21 -0800 (PST) |
Author: durner
Date: 2007-01-05 05:42:18 -0800 (Fri, 05 Jan 2007)
New Revision: 4202
Modified:
GNUnet/src/util/network/select.c
Log:
mingw
Modified: GNUnet/src/util/network/select.c
===================================================================
--- GNUnet/src/util/network/select.c 2007-01-05 10:57:26 UTC (rev 4201)
+++ GNUnet/src/util/network/select.c 2007-01-05 13:42:18 UTC (rev 4202)
@@ -819,6 +819,8 @@
FREE(sh);
return NULL;
}
+ /* pipes are always blocking on Win32 */
+#ifndef MINGW
if (OK != makeNonblocking(sh->ectx,
sh->signal_pipe[0])) {
if ( (0 != CLOSE(sh->signal_pipe[0])) ||
@@ -829,6 +831,7 @@
FREE(sh);
return NULL;
}
+#endif
sh->shutdown = NO;
sh->ectx = ectx;
sh->load_monitor = mon;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r4202 - GNUnet/src/util/network,
durner <=