From fd0753acea634a433706b3eb14198327e51bf7ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ji=C5=99=C3=AD=20Filipovi=C4=8D?= Date: Thu, 16 Feb 2012 10:42:41 +0000 Subject: [PATCH] count_server_stats to the end of context structure --- org.glite.lb.common/interface/context-int.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.glite.lb.common/interface/context-int.h b/org.glite.lb.common/interface/context-int.h index e170afa..2b45c77 100644 --- a/org.glite.lb.common/interface/context-int.h +++ b/org.glite.lb.common/interface/context-int.h @@ -165,7 +165,6 @@ 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 */ @@ -184,6 +183,8 @@ glite_lb_padded_struct(_edg_wll_Context,150, void *processRequestUserData; char **msg_brokers; + + int count_server_stats; ) /* to be used internally: set, update and and clear the error information in -- 1.8.2.3