Skip to content

Commit d8712e6

Browse files
committed
src/common/json: Modified JSON structures so they take advantage of ceph_json.h fully.
Also moved and renamed JSONStructures files so they structures are more easily identifiable and usable by others if desired. Signed-off-by: Jon Bailey <[email protected]>
1 parent 6804964 commit d8712e6

15 files changed

+609
-863
lines changed

src/common/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ if(WIN32)
1313
endif()
1414

1515
add_subdirectory(io_exerciser)
16+
add_subdirectory(json)
1617
add_subdirectory(options)
1718

1819
set(common_srcs

src/common/io_exerciser/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ add_library(object_io_exerciser STATIC
55
Model.cc
66
ObjectModel.cc
77
RadosIo.cc
8-
JsonStructures.cc
98
EcIoSequence.cc
109
)
1110

1211
target_link_libraries(object_io_exerciser
13-
librados
12+
librados
1413
global
14+
json_structures
1515
)

0 commit comments

Comments
 (0)