From a62784fc25cd051f417d8328bf19a0ccfc981337 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Tue, 15 Jul 2008 15:53:13 +0000 Subject: [PATCH] Shift LOGFLAGs to distinguish old SYNC Virtually everything should be rebuilt! --- org.glite.lb.common/interface/events.h.T | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/org.glite.lb.common/interface/events.h.T b/org.glite.lb.common/interface/events.h.T index e667e42..3c3ecd1 100644 --- a/org.glite.lb.common/interface/events.h.T +++ b/org.glite.lb.common/interface/events.h.T @@ -406,11 +406,12 @@ for my $t (sort { $event->{order}->{$a} <=> $event->{order}->{$b} } /* Flags (priority bits) defining the type of logging */ #define EDG_WLL_LOGFLAG_ASYNC 0 /**< asynchronous logging */ -#define EDG_WLL_LOGFLAG_SYNC 1 /**< synchronous logging */ -#define EDG_WLL_LOGFLAG_LOCAL 2 /**< logging to local logger */ -#define EDG_WLL_LOGFLAG_PROXY 4 /**< logging to L&B Proxy */ -#define EDG_WLL_LOGFLAG_DIRECT 8 /**< logging directly to bkserver */ -#define EDG_WLL_LOGFLAG_INTERNAL 16 /**< internally generated event, don't forward */ +#define EDG_WLL_LOGFLAG_SYNC_COMPAT 1 /**< synchronous logging in previous versions*/ +#define EDG_WLL_LOGFLAG_SYNC 2 /**< synchronous logging */ +#define EDG_WLL_LOGFLAG_LOCAL 4 /**< logging to local logger */ +#define EDG_WLL_LOGFLAG_PROXY 8 /**< logging to L&B Proxy */ +#define EDG_WLL_LOGFLAG_DIRECT 16 /**< logging directly to bkserver */ +#define EDG_WLL_LOGFLAG_INTERNAL 32 /**< internally generated event, don't forward */ /* enums for the ChangeACL event */ -- 1.8.2.3