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
RedisLabs Raft
Commits
5e3cde59
Commit
5e3cde59
authored
Mar 07, 2018
by
Yossi Gottlieb
Browse files
Remove duplicate raft_get_last_applied_entry().
This fails the fuzzer tests.
parent
519d47ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/raft.h
View file @
5e3cde59
...
...
@@ -768,8 +768,6 @@ int raft_entry_is_voting_cfg_change(raft_entry_t* ety);
* @return 1 if this is a configuration change. */
int
raft_entry_is_cfg_change
(
raft_entry_t
*
ety
);
raft_entry_t
*
raft_get_last_applied_entry
(
raft_server_t
*
me_
);
/** Begin snapshotting.
*
* 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