From e6eaf2561488992a272b8402ce3f95fea695ab01 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Mon, 14 May 2007 12:07:06 +0000 Subject: [PATCH] added 2 seq. code constants EDG_WLL_SEQ_ABORT and EDG_WLL_SEQ_CLEAR --- org.glite.lb.client-interface/interface/context.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/org.glite.lb.client-interface/interface/context.h b/org.glite.lb.client-interface/interface/context.h index 2905fc0..284b1af 100644 --- a/org.glite.lb.client-interface/interface/context.h +++ b/org.glite.lb.client-interface/interface/context.h @@ -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 */ -- 1.8.2.3