From 2b8ea5c275d3bf25699df38c18e5f28095df829e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Thu, 22 Feb 2007 15:09:31 +0000 Subject: [PATCH] PBS seq. number size correction --- org.glite.lb.common/interface/context-int.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/org.glite.lb.common/interface/context-int.h b/org.glite.lb.common/interface/context-int.h index e35f467..aa284a9 100644 --- a/org.glite.lb.common/interface/context-int.h +++ b/org.glite.lb.common/interface/context-int.h @@ -15,15 +15,15 @@ extern "C" { #define EDG_WLL_SEQ_NULL "UI=000000:NS=0000000000:WM=000000:BH=0000000000:JSS=000000:LM=000000:LRMS=000000:APP=000000:LBS=000000" #define EDG_WLL_SEQ_SIZE 103 /* strlen(EDG_WLL_SEQ_NULL)+1 */ -#define EDG_WLL_SEQ_PBS_SIZE 47 /* strlen(EDG_WLL_SEQ_PBS_NULL)+1 */ +#define EDG_WLL_SEQ_PBS_SIZE 45 /* strlen(EDG_WLL_SEQ_PBS_NULL)+1 */ typedef struct _edg_wll_SeqCode { unsigned int type; /* seq code type */ unsigned int c[EDG_WLL_SOURCE__LAST]; /* glite seq. code */ char pbs[EDG_WLL_SEQ_PBS_SIZE]; /* PBS seq. code */ - /* 0-25 TIMESTAMP=YYYYMMDDHHMMSS: */ - /* 26-41 POS=%010u: */ - /* 42-46 SRC=%c */ + /* 0-24 TIMESTAMP=YYYYMMDDHHMMSS: */ + /* 25-39 POS=%010u: */ + /* 40-44 SRC=%c */ } edg_wll_SeqCode; -- 1.8.2.3