mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-09 00:13:31 +00:00
raft: rename progress.hh to tracker.hh
class tracker is the main class of this module.
This commit is contained in:
@@ -545,7 +545,7 @@ scylla_raft_core = [
|
||||
'raft/raft.cc',
|
||||
'raft/server.cc',
|
||||
'raft/fsm.cc',
|
||||
'raft/progress.cc',
|
||||
'raft/tracker.cc',
|
||||
'raft/log.cc',
|
||||
]
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
#include <seastar/core/condition-variable.hh>
|
||||
#include "raft.hh"
|
||||
#include "progress.hh"
|
||||
#include "tracker.hh"
|
||||
#include "log.hh"
|
||||
|
||||
namespace raft {
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with Scylla. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "progress.hh"
|
||||
#include "tracker.hh"
|
||||
#include <seastar/core/coroutine.hh>
|
||||
#include <seastar/core/on_internal_error.hh>
|
||||
|
||||
Reference in New Issue
Block a user