From 3de186dd9521bf96dbdee5293fe7d868cb5416e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ji=C5=99=C3=AD=20Filipovi=C4=8D?= Date: Thu, 16 Feb 2012 10:33:11 +0000 Subject: [PATCH] server statistics switch added to the context --- org.glite.lb.common/interface/context-int.h | 1 + 1 file changed, 1 insertion(+) diff --git a/org.glite.lb.common/interface/context-int.h b/org.glite.lb.common/interface/context-int.h index a558155..e170afa 100644 --- a/org.glite.lb.common/interface/context-int.h +++ b/org.glite.lb.common/interface/context-int.h @@ -165,6 +165,7 @@ glite_lb_padded_struct(_edg_wll_Context,150, glite_jobid_t p_jobid; edg_wll_SeqCode p_seqcode; int count_statistics; + int count_server_stats; int greyjobs; char **fqans; /* null-terminated list of peer's VOMS FQANs */ -- 1.8.2.3