summaryrefslogtreecommitdiff
path: root/src/conns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conns.h')
-rw-r--r--src/conns.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/conns.h b/src/conns.h
index c5ad9a7..5d0422a 100644
--- a/src/conns.h
+++ b/src/conns.h
@@ -1,4 +1,4 @@
-/* $Id: conns.h,v 1.15 2003-08-01 00:14:34 rjkaes Exp $
+/* $Id: conns.h,v 1.16 2004-01-26 19:11:51 rjkaes Exp $
*
* See 'conns.c' for a detailed description.
*
@@ -66,6 +66,13 @@ struct conn_s {
unsigned int major;
unsigned int minor;
} protocol;
+
+#ifdef REVERSE_SUPPORT
+ /*
+ * Place to store the current per-connection reverse proxy path
+ */
+ char* reversepath;
+#endif
};
/*