From 51426ec49c487322e1e7f6ce30718c73d6fd40f1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Fri, 11 May 2007 06:26:25 +0000 Subject: [PATCH] -added LBS field to BigHelper initial seq. number -added initial seq. number for Purger --- org.glite.lb.client-interface/interface/context.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/org.glite.lb.client-interface/interface/context.h b/org.glite.lb.client-interface/interface/context.h index 839f836..bbf9bfd 100644 --- a/org.glite.lb.client-interface/interface/context.h +++ b/org.glite.lb.client-interface/interface/context.h @@ -238,7 +238,13 @@ edg_wll_QueryResults edg_wll_StringToQResult(const char *name); /** * initial sequence code for BigHelper */ -#define EDG_WLL_SEQ_BIGHELPER_INITIAL "UI=2:NS=0:WM=0:BH=1:JSS=0:LM=0:LRMS=0:APP=0" +#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 + */ +#define EDG_WLL_SEQ_PARSER_INITIAL "UI=000009:NS=0000096669:WM=000000:BH=0000000000:JSS=000000:LM=000000:LRMS=000000:APP=000000:LBS=000000" + /** Retrieve current sequence code from the context */ char * edg_wll_GetSequenceCode( -- 1.8.2.3