From 3739e119b81f0898755817eff618d45eed7e6692 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 6 Jun 2013 12:44:47 -0700 Subject: gras: implement actor migration w/ idle wait --- lib/block_actor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/block_actor.cpp') diff --git a/lib/block_actor.cpp b/lib/block_actor.cpp index 6e09d41..9d417fa 100644 --- a/lib/block_actor.cpp +++ b/lib/block_actor.cpp @@ -50,6 +50,7 @@ BlockActor::BlockActor(const ThreadPool &tp): active_thread_pool.reset(); //actors hold this, now its safe to reset, weak_framework only } this->register_handlers(); + this->prio_token = Token::make(); } BlockActor::~BlockActor(void) -- cgit