From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH OSSTEST v2 2/5] ms-planner: Expose the plan start in json. Date: Tue, 14 Jul 2015 14:58:49 +0100 Message-ID: <1436882332-6978-2-git-send-email-ian.campbell@citrix.com> References: <1436882318.25044.75.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1436882318.25044.75.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com Cc: Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Without this the Start and End times cannot be interpreted. This patch has been deployed on the Cambridge instance for testing with no ill-effects. Signed-off-by: Ian Campbell --- ms-planner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ms-planner b/ms-planner index 02a5464..f38f05b 100755 --- a/ms-planner +++ b/ms-planner @@ -382,7 +382,7 @@ sub cmd_get_plan () { get_current_plan(); launder_check_plan(); - my $jplan= { Events=>{} }; + my $jplan= { Events=>{}, Start => $plan->{Start} }; while (my ($reso,$evts) = each %{ $plan->{Events} }) { my @jevts; -- 2.1.4