summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tinyproxy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tinyproxy.h b/src/tinyproxy.h
index e2091d4..608973b 100644
--- a/src/tinyproxy.h
+++ b/src/tinyproxy.h
@@ -1,4 +1,4 @@
-/* $Id: tinyproxy.h,v 1.16 2001-09-16 20:12:29 rjkaes Exp $
+/* $Id: tinyproxy.h,v 1.17 2001-10-25 05:10:57 rjkaes Exp $
*
* See 'tinyproxy.c' for a detailed description.
*
@@ -118,6 +118,7 @@ struct conn_s {
struct buffer_s *cbuffer, *sbuffer;
bool_t simple_req;
bool_t ssl;
+ bool_t upstream;
bool_t send_message;
};