From 3662e05e693d57473a29c24750f829a0c18bd360 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Fri, 10 Dec 2004 12:42:31 +0000 Subject: [PATCH] added missing count_statistics --- 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 0852e33..c9f6acf 100644 --- a/org.glite.lb.common/interface/context-int.h +++ b/org.glite.lb.common/interface/context-int.h @@ -132,6 +132,7 @@ struct _edg_wll_Context { /* producer part */ edg_wlc_JobId p_jobid; edg_wll_SeqCode p_seqcode; + int count_statistics; }; /* to be used internally: set, update and and clear the error information in -- 1.8.2.3