Megatest

Diff
Login

Differences From Artifact [76e32911e1]:

To Artifact [f32438be93]:


67
68
69
70
71
72
73




74
75
76
77
78
79
80
;; launching and hosts
(defstruct host
  (reachable    #f)
  (last-update  0)
  (last-used    0)
  (last-cpuload 1))







;; GLOBALS

;; CONTEXTS
#;(defstruct cxt
  (taskdb #f)







>
>
>
>







67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
;; launching and hosts
(defstruct host
  (reachable    #f)
  (last-update  0)
  (last-used    0)
  (last-cpuload 1))

(define (common:run-sync?)
    (and (common:on-homehost?)
	 (args:get-arg "-server")))



;; GLOBALS

;; CONTEXTS
#;(defstruct cxt
  (taskdb #f)