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
d35be7ff
Commit
d35be7ff
authored
Jan 10, 2018
by
Dominik Charousset
Committed by
Dominik Charousset
Feb 06, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add open_stream_msg to the list of builtin types
parent
ea9ffd8f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
libcaf_core/caf/fwd.hpp
libcaf_core/caf/fwd.hpp
+1
-0
libcaf_core/caf/type_nr.hpp
libcaf_core/caf/type_nr.hpp
+1
-0
libcaf_core/src/uniform_type_info_map.cpp
libcaf_core/src/uniform_type_info_map.cpp
+1
-0
No files found.
libcaf_core/caf/fwd.hpp
View file @
d35be7ff
...
@@ -116,6 +116,7 @@ struct timeout_msg;
...
@@ -116,6 +116,7 @@ struct timeout_msg;
struct
upstream_msg
;
struct
upstream_msg
;
struct
group_down_msg
;
struct
group_down_msg
;
struct
downstream_msg
;
struct
downstream_msg
;
struct
open_stream_msg
;
struct
invalid_actor_t
;
struct
invalid_actor_t
;
struct
invalid_actor_addr_t
;
struct
invalid_actor_addr_t
;
struct
illegal_message_element
;
struct
illegal_message_element
;
...
...
libcaf_core/caf/type_nr.hpp
View file @
d35be7ff
...
@@ -59,6 +59,7 @@ using sorted_builtin_types =
...
@@ -59,6 +59,7 @@ using sorted_builtin_types =
message
,
// @message
message
,
// @message
message_id
,
// @message_id
message_id
,
// @message_id
node_id
,
// @node
node_id
,
// @node
open_stream_msg
,
// @open_stream_msg
std
::
string
,
// @str
std
::
string
,
// @str
std
::
map
<
std
::
string
,
std
::
string
>
,
// @strmap
std
::
map
<
std
::
string
,
std
::
string
>
,
// @strmap
strong_actor_ptr
,
// @strong_actor_ptr
strong_actor_ptr
,
// @strong_actor_ptr
...
...
libcaf_core/src/uniform_type_info_map.cpp
View file @
d35be7ff
...
@@ -74,6 +74,7 @@ const char* numbered_type_names[] = {
...
@@ -74,6 +74,7 @@ const char* numbered_type_names[] = {
"@message"
,
"@message"
,
"@message_id"
,
"@message_id"
,
"@node"
,
"@node"
,
"@open_stream_msg"
,
"@str"
,
"@str"
,
"@strmap"
,
"@strmap"
,
"@strong_actor_ptr"
,
"@strong_actor_ptr"
,
...
...
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