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
6fc2cbf9
Commit
6fc2cbf9
authored
Sep 29, 2015
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bug in BASP test caused by recent changes
parent
ca1f9e92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
libcaf_io/test/basp.cpp
libcaf_io/test/basp.cpp
+2
-4
No files found.
libcaf_io/test/basp.cpp
View file @
6fc2cbf9
...
@@ -115,10 +115,6 @@ public:
...
@@ -115,10 +115,6 @@ public:
this_node_
=
detail
::
singletons
::
get_node_id
();
this_node_
=
detail
::
singletons
::
get_node_id
();
CAF_MESSAGE
(
"this node: "
<<
to_string
(
this_node_
));
CAF_MESSAGE
(
"this node: "
<<
to_string
(
this_node_
));
self_
.
reset
(
new
scoped_actor
);
self_
.
reset
(
new
scoped_actor
);
// run the initialization message of the BASP broker
mpx_
->
exec_runnable
();
// handle the message from the configuration server
mpx
()
->
exec_runnable
();
ahdl_
=
accept_handle
::
from_int
(
1
);
ahdl_
=
accept_handle
::
from_int
(
1
);
mpx_
->
assign_tcp_doorman
(
aut_
.
get
(),
ahdl_
);
mpx_
->
assign_tcp_doorman
(
aut_
.
get
(),
ahdl_
);
registry_
=
detail
::
singletons
::
get_actor_registry
();
registry_
=
detail
::
singletons
::
get_actor_registry
();
...
@@ -137,6 +133,8 @@ public:
...
@@ -137,6 +133,8 @@ public:
registry_
->
put
((
*
ptr
)
->
id
(),
registry_
->
put
((
*
ptr
)
->
id
(),
actor_cast
<
abstract_actor_ptr
>
((
*
ptr
)
->
address
()));
actor_cast
<
abstract_actor_ptr
>
((
*
ptr
)
->
address
()));
}
}
// make sure all init messages are handled properly
mpx_
->
flush_runnables
();
}
}
uint32_t
serialized_size
(
const
message
&
msg
)
{
uint32_t
serialized_size
(
const
message
&
msg
)
{
...
...
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