diff src/auth/auth-request.h @ 14163:716769cfbb1d

auth: Added proxy_always extra field. When used with proxy_maybe, it can be used to redirect "local" users to local backends via director.
author Timo Sirainen <tss@iki.fi>
date Sat, 25 Feb 2012 07:08:27 +0200
parents da43dc494753
children f5aa38f0a9ac e5ed29ef593e
line wrap: on
line diff
--- a/src/auth/auth-request.h	Sat Feb 25 06:54:52 2012 +0200
+++ b/src/auth/auth-request.h	Sat Feb 25 07:08:27 2012 +0200
@@ -105,6 +105,7 @@
 	unsigned int prefer_plain_credentials:1;
 	unsigned int proxy:1;
 	unsigned int proxy_maybe:1;
+	unsigned int proxy_always:1;
 	unsigned int proxy_host_is_self:1;
 	unsigned int valid_client_cert:1;
 	unsigned int no_penalty:1;