From: Miloš Mulač Date: Mon, 14 May 2007 12:07:06 +0000 (+0000) Subject: added 2 seq. code constants EDG_WLL_SEQ_ABORT and EDG_WLL_SEQ_CLEAR X-Git-Tag: merge_313_src~11 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=e6eaf2561488992a272b8402ce3f95fea695ab01;p=jra1mw.git added 2 seq. code constants EDG_WLL_SEQ_ABORT and EDG_WLL_SEQ_CLEAR --- 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 */