Commit 78fc80af authored by Dominik Charousset's avatar Dominik Charousset

Add missing forward declaration

parent 8471f13f
...@@ -151,19 +151,20 @@ class stateful_actor; ...@@ -151,19 +151,20 @@ class stateful_actor;
// -- structs ------------------------------------------------------------------ // -- structs ------------------------------------------------------------------
struct unit_t;
struct exit_msg;
struct down_msg; struct down_msg;
struct timeout_msg;
struct stream_slots;
struct upstream_msg;
struct group_down_msg;
struct downstream_msg; struct downstream_msg;
struct open_stream_msg; struct exit_msg;
struct invalid_actor_t; struct group_down_msg;
struct invalid_actor_addr_t;
struct illegal_message_element; struct illegal_message_element;
struct invalid_actor_addr_t;
struct invalid_actor_t;
struct node_down_msg;
struct open_stream_msg;
struct prohibit_top_level_spawn_marker; struct prohibit_top_level_spawn_marker;
struct stream_slots;
struct timeout_msg;
struct unit_t;
struct upstream_msg;
// -- free template functions -------------------------------------------------- // -- free template functions --------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment