actors: Rename hive-bootstrap-message -> bootstrap-message.
[8sync.git] / demos / actors / botherbotherbother.scm
index 5f294fd8d46097c2c3d41bda4a943ef068cc60af..db3c9d810748e022643c7fa7989d03d2b784bcbe 100755 (executable)
   (define start-bothering-tasks
     (map
      (lambda (student)
-       (hive-bootstrap-message hive student 'bother-professor
+       (bootstrap-message hive student 'bother-professor
                                #:target professor))
      students))