From: serassio <> Date: Mon, 4 Sep 2006 00:58:37 +0000 (+0000) Subject: Windows port: merged Windows native IPC support X-Git-Tag: SQUID_3_0_PRE5~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3f1f75d0ae21427dca3acf266e706355cd5b255;p=thirdparty%2Fsquid.git Windows port: merged Windows native IPC support --- diff --git a/src/tests/stub_comm.cc b/src/tests/stub_comm.cc index 156beccb60..fdec79dd98 100644 --- a/src/tests/stub_comm.cc +++ b/src/tests/stub_comm.cc @@ -1,5 +1,5 @@ /* - * $Id: stub_comm.cc,v 1.2 2006/08/07 02:28:26 robertc Exp $ + * $Id: stub_comm.cc,v 1.3 2006/09/03 18:58:37 serassio Exp $ * * DEBUG: section 84 Helper process maintenance * AUTHOR: Robert Collins @@ -113,8 +113,8 @@ commUnsetNonBlocking(int fd) /* bah, cheating on stub count */ -int -ipcCreate(int type, const char *prog, const char *const args[], const char *name, int *rfd, int *wfd) +pid_t +ipcCreate(int type, const char *prog, const char *const args[], const char *name, int *rfd, int *wfd. void **hIpc) { fatal ("Not implemented"); return -1;