Author: jfrederic.clere(a)jboss.com
Date: 2008-04-23 07:41:41 -0400 (Wed, 23 Apr 2008)
New Revision: 1557
Modified:
sandbox/httpd/src/native/common/node.h
Log:
Add a flag for the reversed connections.
Modified: sandbox/httpd/src/native/common/node.h
===================================================================
--- sandbox/httpd/src/native/common/node.h 2008-04-23 09:11:49 UTC (rev 1556)
+++ sandbox/httpd/src/native/common/node.h 2008-04-23 11:41:41 UTC (rev 1557)
@@ -58,6 +58,7 @@
char Host[64];
char Port[7];
char Type[6];
+ int reversed; /* 1 : reversed... 0 : normal */
/* XXX: add the load balancing information */
char schni[44]; /* hugly filler */
Show replies by date