From: Aleš Křenek Date: Wed, 21 Nov 2007 12:58:23 +0000 (+0000) Subject: aux stuff for indexed notifications X-Git-Tag: glite-yaim-lb_R_4_0_1_1~32 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=103b6b259b50ae0f8f8945b9c00cd83318ea506d;p=jra1mw.git aux stuff for indexed notifications --- 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;