From eee0c540b6be63cce07a77066b06731820b6eff0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Thu, 28 Feb 2008 12:04:30 +0000 Subject: [PATCH] Added notifDurationMax --- org.glite.lb.common/interface/context-int.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org.glite.lb.common/interface/context-int.h b/org.glite.lb.common/interface/context-int.h index 360e9cb..4121721 100644 --- a/org.glite.lb.common/interface/context-int.h +++ b/org.glite.lb.common/interface/context-int.h @@ -143,6 +143,8 @@ glite_lb_padded_struct(_edg_wll_Context,150, char **fqans; /* null-terminated list of peer's VOMS FQANs */ edg_wll_QueryRec **notif_index; void *notif_index_cols; + + time_t notifDurationMax; ) /* to be used internally: set, update and and clear the error information in -- 1.8.2.3