Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
refactor: move remote_cmd module from src/dist/cmd to src/remote_cmd (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
levy5307 authored Jul 9, 2020
1 parent 1a5b8ed commit d39c94f
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions compile_thrift.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@
},
{
"name": "command",
"path": "src/dist/cmd",
"path": "src/remote_cmd",
"file_move": {
"_types.h": "src/dist/cmd",
"_types.cpp": "src/dist/cmd"
"_types.h": "src/remote_cmd",
"_types.cpp": "src/remote_cmd"
}
}
]
Expand Down
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ endif()
add_subdirectory(core)
add_subdirectory(aio)
add_subdirectory(dist)
add_subdirectory(remote_cmd)
add_subdirectory(nfs)
add_subdirectory(block_service)
add_subdirectory(http)
Expand Down
1 change: 0 additions & 1 deletion src/dist/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
add_subdirectory(failure_detector)
add_subdirectory(replication)
add_subdirectory(failure_detector_multimaster)
add_subdirectory(cmd)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d39c94f

Please sign in to comment.