aux stuff for indexed notifications
authorAleš Křenek <ljocha@ics.muni.cz>
Wed, 21 Nov 2007 12:58:23 +0000 (12:58 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Wed, 21 Nov 2007 12:58:23 +0000 (12:58 +0000)
org.glite.lb.common/interface/context-int.h
org.glite.lb.common/interface/query_rec.h

index 45d31a4..e08b3b7 100644 (file)
@@ -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 
index bec8938..f8b50ac 100644 (file)
@@ -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;