Differences From Artifact [76e32911e1]:
- File commonmod.scm — part of check-in [6faaffbe15] at 2019-12-30 20:00:28 on branch v1.70-refactor02 — wip (user: matt, size: 125485) [annotate] [blame] [check-ins using]
To Artifact [f32438be93]:
- File commonmod.scm — part of check-in [05c74be94c] at 2019-12-30 22:34:23 on branch v1.70-refactor02 — wip (user: matt, size: 125573) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
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) |
︙ | ︙ |