From b7b50c6f013373e6eb9d990ba07c41b5b612d1aa Mon Sep 17 00:00:00 2001 From: Paul J R Date: Tue, 17 Nov 2009 01:22:41 +1100 Subject: [PATCH] god knows how the json interface actually works cause its making no sence to me whatsoever --- src/webconnector.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/webconnector.go b/src/webconnector.go index 4b7b60b..a25b640 100644 --- a/src/webconnector.go +++ b/src/webconnector.go @@ -13,7 +13,7 @@ import ( "json"; ) -type JSONdata struct { +type JSONStatData struct { currentJob int; // 1 = nothing, 2 = have database login, 3 = createing data, 4 = running test, 5 = finished currentStatus int; // percent complete } -- 1.7.0.4