From 2e769f6f2101547d206bf594bc350c7e65e78494 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Thu, 15 Oct 2009 12:54:04 +0000 Subject: [PATCH] CREAMStatus event --- org.glite.lb.types/events.T | 11 +++++++++++ org.glite.lb.types/types.T | 1 + 2 files changed, 12 insertions(+) diff --git a/org.glite.lb.types/events.T b/org.glite.lb.types/events.T index c36fdbe..a81c3e3 100644 --- a/org.glite.lb.types/events.T +++ b/org.glite.lb.types/events.T @@ -411,3 +411,14 @@ @type CREAMAbort string reason + +@type CREAMStatus + string old_state + string new_state + timeval orig_timestamp + _optional_ + int result + _code_ ARRIVED + _code_ DONE + string desc + _optional_ diff --git a/org.glite.lb.types/types.T b/org.glite.lb.types/types.T index cc10e81..cfb1629 100644 --- a/org.glite.lb.types/types.T +++ b/org.glite.lb.types/types.T @@ -62,6 +62,7 @@ float=>'"float"', double=>'"double"', logsrc=>'"Sources"', + timeval=>'"Timeval"', } ); -- 1.8.2.3