From 66c891d084aba2b1ad704020d3870dc4428a58fa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Tue, 15 Dec 2009 09:58:05 +0000 Subject: [PATCH] first attemp to integrate file transfers --- org.glite.lb.types/status.T | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/org.glite.lb.types/status.T b/org.glite.lb.types/status.T index f887bc5..28ea669 100644 --- a/org.glite.lb.types/status.T +++ b/org.glite.lb.types/status.T @@ -156,6 +156,29 @@ bool cream_cancelling int cream_cpu_time int cream_jw_status Users jw_status enum +_pad_ 30 + +jobid sandbox_input Input sandbox corresponding to compute job +jobid sandbox_output Output sandbox corresponding to compute job + +jobid sandbox_compute Compute job corresponding to sandbox +int sandbox_type Type of sandbox + _null_ -1 + _code_ INPUT + _code_ OUTPUT + +_pad_ 20 + +string ft_src File transfer source +string ft_dest File transfer destination +int ft_result Result of ft + _null_ -1 + _code_ START + _code_ OK + _code_ FAIL +string ft_reason + + @type Submitted Entered by the user to the User Interface or registered by Job Partitioner. @type Waiting Accepted by WMS, waiting for resource allocation. @type Ready Matching resources found. -- 1.8.2.3