summaryrefslogtreecommitdiff
path: root/lib/gras_impl/block_actor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gras_impl/block_actor.hpp')
-rw-r--r--lib/gras_impl/block_actor.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gras_impl/block_actor.hpp b/lib/gras_impl/block_actor.hpp
index cfbc2c0..a64dc55 100644
--- a/lib/gras_impl/block_actor.hpp
+++ b/lib/gras_impl/block_actor.hpp
@@ -64,8 +64,8 @@ struct BlockActor : Theron::Actor
void handle_top_active(const TopActiveMessage &, const Theron::Address);
void handle_top_inert(const TopInertMessage &, const Theron::Address);
void handle_top_token(const TopTokenMessage &, const Theron::Address);
- void handle_top_config(const GlobalBlockConfig &, const Theron::Address);
- void handle_top_thread_group(const SharedThreadGroup &, const Theron::Address);
+ void handle_top_config(const TopConfigMessage &, const Theron::Address);
+ void handle_top_thread_group(const TopThreadMessage &, const Theron::Address);
void handle_input_tag(const InputTagMessage &, const Theron::Address);
void handle_input_msg(const InputMsgMessage &, const Theron::Address);