This is an automated email from the ASF dual-hosted git repository.

gkoszyk pushed a commit to branch io_uring_tpc
in repository https://gitbox.apache.org/repos/asf/iggy.git


The following commit(s) were added to refs/heads/io_uring_tpc by this push:
     new 88877174 test
88877174 is described below

commit 88877174a04a0698c97eccbafa7befcac8c81966
Author: numinex <[email protected]>
AuthorDate: Sun Jun 29 10:02:27 2025 +0200

    test
---
 core/server/src/shard/transmission/frame.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/server/src/shard/transmission/frame.rs 
b/core/server/src/shard/transmission/frame.rs
index ff519ab4..5a816a7b 100644
--- a/core/server/src/shard/transmission/frame.rs
+++ b/core/server/src/shard/transmission/frame.rs
@@ -33,6 +33,7 @@ pub struct ShardFrame {
     pub message: ShardMessage,
     pub response_sender: Option<Sender<ShardResponse>>,
 }
+// test
 
 impl ShardFrame {
     pub fn new(message: ShardMessage, response_sender: 
Option<Sender<ShardResponse>>) -> Self {

Reply via email to