CREAMStatus event
authorAleš Křenek <ljocha@ics.muni.cz>
Thu, 15 Oct 2009 12:54:04 +0000 (12:54 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Thu, 15 Oct 2009 12:54:04 +0000 (12:54 +0000)
org.glite.lb.types/events.T
org.glite.lb.types/types.T

index c36fdbe..a81c3e3 100644 (file)
 
 @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_
index cc10e81..cfb1629 100644 (file)
@@ -62,6 +62,7 @@
                float=>'"float"',
                double=>'"double"',
                logsrc=>'"Sources"',
+               timeval=>'"Timeval"',
        }
 );