Revision: 14567
Author: adrian.chadd
Date: Sat Apr 10 17:59:16 2010
Log: Issue #94 - make win32_pipe.c mostly compile


http://code.google.com/p/lusca-cache/source/detail?r=14567

Modified:
 /branches/LUSCA_HEAD/libiapp/win32_pipe.c

=======================================
--- /branches/LUSCA_HEAD/libiapp/win32_pipe.c   Sat Apr 10 08:29:18 2010
+++ /branches/LUSCA_HEAD/libiapp/win32_pipe.c   Sat Apr 10 17:59:16 2010
@@ -56,6 +56,22 @@
 #include "../include/win32_error.h"
 #include "../include/win32_version.h"

+#include "../include/Array.h"
+#include "../include/Stack.h"
+
+#include "../libcore/kb.h"
+#include "../libcore/gb.h"
+
+#include "../libsqinet/sqinet.h"
+
+#include "../libmem/MemPool.h"
+#include "../libmem/MemBufs.h"
+#include "../libmem/MemBuf.h"
+
+#include "fd_types.h"
+#include "comm_types.h"
+#include "comm.h"
+
 THREADLOCAL int ws32_result;
 THREADLOCAL int _so_err;
 THREADLOCAL int _so_err_siz = sizeof(int);
@@ -106,7 +122,7 @@

     handles[0] = handles[1] = -1;

-    statCounter.syscalls.sock.sockets++;
+    CommStats.syscalls.sock.sockets++;
     if ((new_socket = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP)) < 0)
        return -1;

--
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en.

Reply via email to