From db231c7b44e078e3bf0d238f00bb88f3c1c14d1b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ji=C5=99=C3=AD=20Filipovi=C4=8D?= Date: Wed, 6 May 2009 07:26:14 +0000 Subject: [PATCH] rssTime moved to the end of context structure --- org.glite.lb.common/interface/context-int.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.glite.lb.common/interface/context-int.h b/org.glite.lb.common/interface/context-int.h index c921880..c2e30f6 100644 --- a/org.glite.lb.common/interface/context-int.h +++ b/org.glite.lb.common/interface/context-int.h @@ -94,8 +94,6 @@ glite_lb_padded_struct(_edg_wll_Context,150, time_t notifDuration; - time_t rssTime; - /* purge and dump files storage */ char *dumpStorage; char *purgeStorage; @@ -155,6 +153,8 @@ glite_lb_padded_struct(_edg_wll_Context,150, time_t notifDurationMax; char **super_users; + + time_t rssTime; ) /* to be used internally: set, update and and clear the error information in -- 1.8.2.3