actors: Rename ez-run-hive to run-hive.
[8sync.git] / demos / actors / robotscanner.scm
index 9ab57657d815841068dd9593b0aeb0a696dc4ea4..f620ba8e0377545511e957c33d77aa39e89a9a08 100644 (file)
@@ -33,7 +33,7 @@
 ;;; reporting info back to the user.)
 ;;; =====================================================================
 
-(use-modules (8sync systems actors)
+(use-modules (8sync actors)
              (oop goops)
              (ice-9 match))
 
   (define overseer (hive-create-actor hive <overseer>))
   (define initial-messages
     (list (bootstrap-message hive overseer 'init-world)))
-  (ez-run-hive hive initial-messages))
+  (run-hive hive initial-messages))