added 2 seq. code constants EDG_WLL_SEQ_ABORT and EDG_WLL_SEQ_CLEAR
authorMiloš Mulač <mulac@civ.zcu.cz>
Mon, 14 May 2007 12:07:06 +0000 (12:07 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Mon, 14 May 2007 12:07:06 +0000 (12:07 +0000)
org.glite.lb.client-interface/interface/context.h

index 2905fc0..284b1af 100644 (file)
@@ -241,9 +241,16 @@ edg_wll_QueryResults edg_wll_StringToQResult(const char *name);
 #define EDG_WLL_SEQ_BIGHELPER_INITIAL  "UI=000002:NS=0000000000:WM=000000:BH=0000000001:JSS=000000:LM=000000:LRMS=000000:APP=000000:LBS=000000"
 
 /**
- * initial sequence code for Purger
+ * the wms purger uses this sequence code while logging the cleared event
+ * agreed with Salvatore Monforte
  */
-#define EDG_WLL_SEQ_PURGER_INITIAL     "UI=000009:NS=0000096669:WM=000000:BH=0000000000:JSS=000000:LM=000000:LRMS=000000:APP=000000:LBS=000000"
+#define EDG_WLL_SEQ_CLEAR      "UI=000009:NS=0000096669:WM=000000:BH=0000000000:JSS=000000:LM=000000:LRMS=000000:APP=000000:LBS=000000"
+
+/**
+ * used for logging abort event by wms components
+ * agreed with Francesco Giacomini
+ */
+#define EDG_WLL_SEQ_ABORT      "UI=000000:NS=0000096660:WM=000000:BH=0000000000:JSS=000000:LM=000000:LRMS=000000:APP=000000:LBS=000000"
 
 
 /** Retrieve current sequence code from the context */