- added lbProxy flag into a context struct
authorJiří Škrábal <nykolas@ics.muni.cz>
Wed, 27 Oct 2004 11:18:22 +0000 (11:18 +0000)
committerJiří Škrábal <nykolas@ics.muni.cz>
Wed, 27 Oct 2004 11:18:22 +0000 (11:18 +0000)
org.glite.lb.common/interface/context-int.h

index b39566a..5085595 100644 (file)
@@ -62,6 +62,7 @@ struct _edg_wll_Context {
        int             strict_locking; /* lock jobs for storing event too */
 
        int             is_V21;         /* true if old (V21) request arrived */
+       int             isProxy;        /* LBProxy */
        
 /* server limits */
        int             softLimit;