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

maskit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new baaac08ff9 http3: Add missing declaration (#11145)
baaac08ff9 is described below

commit baaac08ff93f7f86e03225f9609524c81fd17f2c
Author: Masakazu Kitajo <[email protected]>
AuthorDate: Tue Mar 19 09:17:02 2024 -0600

    http3: Add missing declaration (#11145)
---
 include/proxy/http3/Http3Transaction.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/proxy/http3/Http3Transaction.h 
b/include/proxy/http3/Http3Transaction.h
index 8db5f09f07..74fc9e2932 100644
--- a/include/proxy/http3/Http3Transaction.h
+++ b/include/proxy/http3/Http3Transaction.h
@@ -69,6 +69,9 @@ public:
   virtual int state_stream_closed(int event, Event *data) = 0;
   NetVConnectionContext_t direction() const;
 
+  // For Queue from tscore/Link.h
+  LINK(HQTransaction, link);
+
 protected:
   virtual int64_t _process_read_vio()  = 0;
   virtual int64_t _process_write_vio() = 0;

Reply via email to