Skip to content

Commit

Permalink
feat(jogasaki,tateyama): add max_write_count as the third argument to…
Browse files Browse the repository at this point in the history
… the acquire_channel function
  • Loading branch information
YoshiakiNishimura committed Jan 20, 2025
1 parent 8926f50 commit fa47440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tateyama
Submodule tateyama updated 26 files
+1 −1 bench/data_channel_write/data_channel_write.cpp
+2 −1 include/tateyama/api/server/response.h
+1 −14 src/tateyama/endpoint/ipc/bootstrap/ipc_listener.h
+4 −4 src/tateyama/endpoint/ipc/bootstrap/ipc_worker.cpp
+2 −5 src/tateyama/endpoint/ipc/bootstrap/ipc_worker.h
+8 −3 src/tateyama/endpoint/ipc/ipc_response.cpp
+3 −7 src/tateyama/endpoint/ipc/ipc_response.h
+11 −2 src/tateyama/endpoint/loopback/loopback_response.cpp
+2 −2 src/tateyama/endpoint/loopback/loopback_response.h
+7 −2 src/tateyama/endpoint/stream/stream_response.cpp
+2 −2 src/tateyama/endpoint/stream/stream_response.h
+1 −1 test/tateyama/endpoint/ipc/ipc_info_test.cpp
+1 −1 test/tateyama/endpoint/ipc/ipc_resultset_multi_test.cpp
+1 −1 test/tateyama/endpoint/ipc/ipc_resultset_oneshot_test.cpp
+1 −1 test/tateyama/endpoint/ipc/ipc_resultset_skew_test.cpp
+1 −1 test/tateyama/endpoint/ipc/ipc_resultset_writer_limit_test.cpp
+1 −1 test/tateyama/endpoint/ipc/ipc_session_test.cpp
+1 −1 test/tateyama/endpoint/ipc/ipc_store_test.cpp
+3 −0 test/tateyama/endpoint/ipc/ipc_test_utils.h
+13 −11 test/tateyama/endpoint/loopback/loopback_response_test.cpp
+1 −1 test/tateyama/endpoint/response_only_test.cpp
+6 −6 test/tateyama/endpoint/result_set_limit_test.cpp
+4 −4 test/tateyama/endpoint/result_set_test.cpp
+5 −5 test/tateyama/endpoint/writer_limit_test.cpp
+3 −1 test/tateyama/loopback/loopback_client_test.cpp
+1 −1 test/tateyama/utils/request_response.h

0 comments on commit fa47440

Please sign in to comment.