Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
78fc80af
Commit
78fc80af
authored
Mar 17, 2020
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing forward declaration
parent
8471f13f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
libcaf_core/caf/fwd.hpp
libcaf_core/caf/fwd.hpp
+10
-9
No files found.
libcaf_core/caf/fwd.hpp
View file @
78fc80af
...
@@ -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 --------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment