From 6475e081002af3c91615d2ae3d9da0bbc3ea39f4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Fri, 7 Mar 2008 11:43:11 +0000 Subject: [PATCH] Hacks for jobid and notifid (not covered among event fields) --- org.glite.lb.client/src/Event.cpp.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.lb.client/src/Event.cpp.T b/org.glite.lb.client/src/Event.cpp.T index 0c53fef..b5d9e8a 100644 --- a/org.glite.lb.client/src/Event.cpp.T +++ b/org.glite.lb.client/src/Event.cpp.T @@ -324,7 +324,7 @@ Event::name(void) const static std::string const attr_names[Event::ATTR_MAX] = { @@@{ - my %s; + my %s = (JOBID=>'jobId', NOTIFID=>'notifId'); # XXX for (getAllFields $event) { my $id = $_; -- 1.8.2.3