Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 6af7bee

Browse files
committed
Rename method
1 parent 84bbbda commit 6af7bee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/peloton/peloton.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// For GFlag's built-in help message flag
2323
DECLARE_bool(help);
2424

25-
void RunPelotonEngine() {
25+
void RunPelotonServer() {
2626
try {
2727
// Setup
2828
peloton::PelotonInit::Initialize();
@@ -86,6 +86,6 @@ int main(int argc, char *argv[]) {
8686
peloton::settings::SettingId::brain))
8787
RunPelotonBrain();
8888
else
89-
RunPelotonEngine();
89+
RunPelotonServer();
9090
return 0;
9191
}

0 commit comments

Comments
 (0)