Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ struct ForkIdOnlyRequest {
struct ForkIdWithDepthRequest {
uint64_t forkId;
uint32_t depth;
SERIALIZATION_FIELDS(forkId, depth);
MSGPACK_FIELDS(forkId, depth);
};

struct CheckpointDepthResponse {
uint32_t depth;
SERIALIZATION_FIELDS(depth);
MSGPACK_FIELDS(depth);
};

struct TreeIdAndRevisionRequest {
Expand Down
Loading