Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Willemt Raft
Commits
6cdad4a8
Commit
6cdad4a8
authored
May 17, 2018
by
Yossi Gottlieb
Committed by
Willem
May 17, 2018
Browse files
Remove duplicate raft_get_last_applied_entry(). (#55)
This fails the fuzzer tests.
parent
8e9d6c65
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/raft.h
View file @
6cdad4a8
...
@@ -765,8 +765,6 @@ int raft_entry_is_voting_cfg_change(raft_entry_t* ety);
...
@@ -765,8 +765,6 @@ int raft_entry_is_voting_cfg_change(raft_entry_t* ety);
* @return 1 if this is a configuration change. */
* @return 1 if this is a configuration change. */
int
raft_entry_is_cfg_change
(
raft_entry_t
*
ety
);
int
raft_entry_is_cfg_change
(
raft_entry_t
*
ety
);
raft_entry_t
*
raft_get_last_applied_entry
(
raft_server_t
*
me_
);
/** Begin snapshotting.
/** Begin snapshotting.
*
*
* While snapshotting, raft will:
* While snapshotting, raft will:
...
...
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