Revision: 14493 Author: adrian.chadd Date: Wed Mar 24 22:31:40 2010 Log: Fix the IPC issues for win32.
http://code.google.com/p/lusca-cache/source/detail?r=14493 Modified: /branches/LUSCA_HEAD/libhelper/ipc_win32.c ======================================= --- /branches/LUSCA_HEAD/libhelper/ipc_win32.c Sat Jul 5 04:27:25 2008 +++ /branches/LUSCA_HEAD/libhelper/ipc_win32.c Wed Mar 24 22:31:40 2010 @@ -66,7 +66,7 @@ static const char *shutdown_string = "$shutdown\n"; static const char *hello_string = "hi there\n"; -#define HELLO_BUF_SZ 32 +#define HELLO_BUF_SZ 11 static char hello_buf[HELLO_BUF_SZ]; static int -- 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.
