Megatest

Diff
Login

Differences From Artifact [5f8b6c7f07]:

To Artifact [64f3d622e8]:


727
728
729
730
731
732
733
734

735
736
737

738
739
740

741
742
743

744
745
746
747
748
749
750
727
728
729
730
731
732
733

734
735
736

737
738
739

740
741
742

743
744
745
746
747
748
749
750







-
+


-
+


-
+


-
+








(define (rmt:no-sync-get-lock keyname)
  (rmt:send-receive 'no-sync-get-lock #f `(,keyname)))

;; process registration

(define (rmt:register-process host port pid starttime status purpose dbname mtversion)
  #f)
  (rmt:send-receive 'register-process #f (list host port pid starttime status purpose dbname mtversion)))

(define (rmt:set-process-done host pid reason)
  #f)
  (rmt:send-receive 'set-process-done #f (list host pid reason)))

(define (rmt:set-process-status host pid newstatus)
  #f)
  (rmt:send-receive 'set-process-status #f (list host pid newstatus)))

(define (rmt:get-process-options purpose dbname)
  #f)
  (rmt:get-process-options 'get-process-options #f (list purpose dbname)))

;;======================================================================
;; A R C H I V E S
;;======================================================================

(define (rmt:archive-get-allocations  testname itempath dneeded)
  (rmt:send-receive 'archive-get-allocations #f (list testname itempath dneeded)))