From 103b6b259b50ae0f8f8945b9c00cd83318ea506d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Wed, 21 Nov 2007 12:58:23 +0000 Subject: [PATCH] aux stuff for indexed notifications --- org.glite.lb.common/interface/context-int.h | 2 ++ org.glite.lb.common/interface/query_rec.h | 1 + 2 files changed, 3 insertions(+) diff --git a/org.glite.lb.common/interface/context-int.h b/org.glite.lb.common/interface/context-int.h index 45d31a4..e08b3b7 100644 --- a/org.glite.lb.common/interface/context-int.h +++ b/org.glite.lb.common/interface/context-int.h @@ -139,6 +139,8 @@ glite_lb_padded_struct(_edg_wll_Context,150, int greyjobs; char **fqans; /* null-terminated list of peer's VOMS FQANs */ + edg_wll_QueryRec **notif_index; + void *notif_index_cols; ) /* to be used internally: set, update and and clear the error information in diff --git a/org.glite.lb.common/interface/query_rec.h b/org.glite.lb.common/interface/query_rec.h index bec8938..f8b50ac 100644 --- a/org.glite.lb.common/interface/query_rec.h +++ b/org.glite.lb.common/interface/query_rec.h @@ -49,6 +49,7 @@ typedef enum _edg_wll_QueryAttr{ EDG_WLL_QUERY_ATTR_JDL_ATTR, /**< Arbitrary JDL attribute */ EDG_WLL_QUERY_ATTR_STATEENTERTIME, /**< When entered current status */ EDG_WLL_QUERY_ATTR_LASTUPDATETIME, /**< Time of the last known event of the job */ + EDG_WLL_QUERY_ATTR_NETWORK_SERVER, /**< Network server aka RB aka WMproxy endpoint */ EDG_WLL_QUERY_ATTR__LAST /* if adding new attribute, add conversion string to common/xml_conversions.c too !! */ } edg_wll_QueryAttr; -- 1.8.2.3