@@ -84,10 +84,13 @@ ) ;; GLOBALS +;; job exit info +(defstruct launch:einf (pid #t)(exit-status #t)(exit-code #t)(rollup-status 0)) + ;; CONTEXTS (defstruct cxt (taskdb #f) (cmutex (make-mutex))) ;; (define *contexts* (make-hash-table))