Skip to content

Commit

Permalink
make proto files match those in other repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
t-horikawa committed Nov 13, 2024
1 parent d82f3e0 commit 792280f
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 763 deletions.
3 changes: 0 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ set(ProtoFiles
${CMAKE_CURRENT_SOURCE_DIR}/tateyama/proto/metrics/response.proto
${CMAKE_CURRENT_SOURCE_DIR}/tateyama/proto/framework/request.proto
${CMAKE_CURRENT_SOURCE_DIR}/tateyama/proto/framework/response.proto
${CMAKE_CURRENT_SOURCE_DIR}/tateyama/proto/kvs/response.proto
${CMAKE_CURRENT_SOURCE_DIR}/tateyama/proto/kvs/transaction.proto
${CMAKE_CURRENT_SOURCE_DIR}/tateyama/proto/kvs/data.proto
${CMAKE_CURRENT_SOURCE_DIR}/tateyama/proto/diagnostics.proto
${CMAKE_CURRENT_SOURCE_DIR}/tateyama/proto/session/request.proto
${CMAKE_CURRENT_SOURCE_DIR}/tateyama/proto/session/response.proto
Expand Down
10 changes: 9 additions & 1 deletion src/tateyama/proto/endpoint/request.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ message Request {
oneof command {
// handshake operation.
Handshake handshake = 11;

// cancel operation.
Cancel cancel = 12;
}
reserved 12 to 99;
reserved 13 to 99;
}

// handshake operation.
Expand Down Expand Up @@ -73,3 +76,8 @@ message WireInformation {
uint64 maximum_concurrent_result_sets = 1;
}
}

// cancel operation.
message Cancel {
// no special properties.
}
2 changes: 1 addition & 1 deletion src/tateyama/proto/endpoint/response.proto
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ message Handshake {
// the session id.
uint64 session_id = 11;
}
}
}
136 changes: 0 additions & 136 deletions src/tateyama/proto/kvs/data.proto

This file was deleted.

Loading

0 comments on commit 792280f

Please sign in to comment.