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
b15a194e
Commit
b15a194e
authored
Jul 31, 2019
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix formatting
parent
007a64e7
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
5 deletions
+2
-5
libcaf_core/caf/node_id.hpp
libcaf_core/caf/node_id.hpp
+0
-1
libcaf_core/src/node_id.cpp
libcaf_core/src/node_id.cpp
+1
-1
libcaf_io/test/worker.cpp
libcaf_io/test/worker.cpp
+1
-3
No files found.
libcaf_core/caf/node_id.hpp
View file @
b15a194e
...
...
@@ -166,7 +166,6 @@ public:
uri
value_
;
};
// -- constructors, destructors, and assignment operators --------------------
constexpr
node_id
()
noexcept
{
...
...
libcaf_core/src/node_id.cpp
View file @
b15a194e
...
...
@@ -55,7 +55,7 @@ namespace {
std
::
atomic
<
uint8_t
>
system_id
;
}
//
<anonymous>
}
//
namespace
node_id
node_id
::
default_data
::
local
(
const
actor_system_config
&
)
{
CAF_LOG_TRACE
(
""
);
...
...
libcaf_io/test/worker.cpp
View file @
b15a194e
...
...
@@ -82,9 +82,7 @@ struct fixture : test_coordinator_fixture<> {
node_id
last_hop
;
actor
testee
;
fixture
()
:
proxies_backend
(
sys
),
proxies
(
sys
,
proxies_backend
)
{
fixture
()
:
proxies_backend
(
sys
),
proxies
(
sys
,
proxies_backend
)
{
auto
tmp
=
make_node_id
(
123
,
"0011223344556677889900112233445566778899"
);
last_hop
=
unbox
(
std
::
move
(
tmp
));
testee
=
sys
.
spawn
<
lazy_init
>
(
testee_impl
);
...
...
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