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

cmcfarlen pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


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

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

    http3: Add missing declaration (#11145)
    
    (cherry picked from commit baaac08ff93f7f86e03225f9609524c81fd17f2c)
---
 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