Skip to content

Commit

Permalink
Implement admin client for balancer (vesoft-inc#553)
Browse files Browse the repository at this point in the history
* Implement AdminClient

* Address whitewum's comments

* Address wadeliuyi's comments

* Fix failed compile
  • Loading branch information
dangleptr authored Jul 15, 2019
1 parent 40cc3ec commit cad6d6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/daemons/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ add_executable(
$<TARGET_OBJECTS:meta_client>
$<TARGET_OBJECTS:meta_thrift_obj>
$<TARGET_OBJECTS:common_thrift_obj>
$<TARGET_OBJECTS:storage_thrift_obj>
$<TARGET_OBJECTS:raftex_obj>
$<TARGET_OBJECTS:raftex_thrift_obj>
$<TARGET_OBJECTS:wal_obj>
Expand Down

0 comments on commit cad6d6f

Please sign in to comment.