X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=8sync%2Fsystems%2Factors.scm;h=286fef92f24103589e4599d361619a9855b560e9;hp=1c937c31be7373060f25ca938784e0298e2d9d78;hb=cc0480943c62fbfefd7192e9536f2598faf8e909;hpb=35aed8c0666eec9b4c7a94065082482f421f46ac diff --git a/8sync/systems/actors.scm b/8sync/systems/actors.scm index 1c937c3..286fef9 100644 --- a/8sync/systems/actors.scm +++ b/8sync/systems/actors.scm @@ -606,7 +606,7 @@ Instead, actors should call create-actor." This is the method actors should call directly (unless they want to supply an id-cookie, in which case they should use create-actor*)." - (8sync (%hive-create-actor (actor-hive from-actor) + (8sync (%hive-create-actor (actor-hive from-actor) actor-class init #f))) @@ -614,7 +614,7 @@ create-actor*)." "Create an instance of actor-class. Return the new actor's id. Like create-actor, but permits supplying an id-cookie." - (8sync (%hive-create-actor (actor-hive from-actor) + (8sync (%hive-create-actor (actor-hive from-actor) actor-class init id-cookie)))