Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
ssg
Commits
13292abd
Commit
13292abd
authored
Apr 24, 2017
by
Shane Snyder
Browse files
output message when incrementing self inc_nr
parent
d3bfd230
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/swim-fd/swim-fd.c
View file @
13292abd
...
...
@@ -311,7 +311,12 @@ void swim_apply_membership_updates(
* in the current incarnation
*/
if
(
updates
[
i
].
inc_nr
==
swim_ctx
->
member_inc_nrs
[
self_id
])
{
swim_ctx
->
member_inc_nrs
[
self_id
]
++
;
SSG_DEBUG
(
s
,
"self SUSPECT received,"
\
"new incarnation number is %d"
,
swim_ctx
->
member_inc_nrs
[
self_id
]);
}
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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