Skip to content

Commit

Permalink
update rdsn (apache#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wu Tao authored and shengofsun committed Sep 13, 2018
1 parent 65f5056 commit 1948d07
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rdsn
Submodule rdsn updated 101 files
2 changes: 1 addition & 1 deletion src/shell/command_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <boost/algorithm/string.hpp>
#include <rocksdb/db.h>
#include <rocksdb/sst_dump_tool.h>
#include <dsn/tool/cli/cli.client.h>
#include <dsn/dist/cli/cli.client.h>
#include <dsn/dist/replication/replication_ddl_client.h>
#include <dsn/dist/replication/mutation_log_tool.h>
#include <dsn/perf_counter/perf_counter_utils.h>
Expand Down
2 changes: 1 addition & 1 deletion src/shell/commands.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <dsn/utility/filesystem.h>
#include <dsn/utility/string_conv.h>
#include <dsn/utility/string_view.h>
#include <dsn/tool/cli/cli.client.h>
#include <dsn/dist/cli/cli.client.h>
#include <dsn/dist/replication/replication_ddl_client.h>
#include <dsn/dist/replication/mutation_log_tool.h>

Expand Down
1 change: 1 addition & 0 deletions src/test/kill_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ set(MY_PROJ_LIBS
pegasus_client_static
dsn.replication.ddlclient
dsn_replication_common
dsn_cli
)
set(MY_BINPLACES "${CMAKE_CURRENT_SOURCE_DIR}/config.ini")

Expand Down
2 changes: 1 addition & 1 deletion src/test/kill_test/partition_kill_testor.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This source code is licensed under the Apache License Version 2.0, which
// can be found in the LICENSE file in the root directory of this source tree.

#include <dsn/tool/cli/cli.client.h>
#include <dsn/dist/cli/cli.client.h>
#include <dsn/dist/replication/replication_ddl_client.h>
#include <pegasus/client.h>

Expand Down

0 comments on commit 1948d07

Please sign in to comment.