actors: Rename hive-bootstrap-message -> bootstrap-message.
[8sync.git] / demos / actors / simplest-possible.scm
index af4a086100650b29297efb8bb0058790a6b56364..9b563c0c6774c4c491c2904a5d49c859fd34d4ff 100644 (file)
@@ -37,5 +37,5 @@
 (define our-proog (hive-create-actor hive <proog>))
 (define (main . args)
   (ez-run-hive hive
-               (list (hive-bootstrap-message hive our-emo 'greet-proog
-                                             #:target our-proog))))
+               (list (bootstrap-message hive our-emo 'greet-proog
+                                        #:target our-proog))))