You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2017/10/04 18:13:47 UTC

[trafficserver] branch quic-latest updated: Stubbed out get_transaction_id for now to get QUIC to build

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

bcall pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/quic-latest by this push:
     new e470016  Stubbed out get_transaction_id for now to get QUIC to build
e470016 is described below

commit e47001634c272861187f033537e7f321e8dfa9d0
Author: Bryan Call <bc...@apache.org>
AuthorDate: Wed Oct 4 11:13:37 2017 -0700

    Stubbed out get_transaction_id for now to get QUIC to build
---
 proxy/hq/HQClientTransaction.cc | 8 ++++++++
 proxy/hq/HQClientTransaction.h  | 1 +
 2 files changed, 9 insertions(+)

diff --git a/proxy/hq/HQClientTransaction.cc b/proxy/hq/HQClientTransaction.cc
index 4cb6283..9f41461 100644
--- a/proxy/hq/HQClientTransaction.cc
+++ b/proxy/hq/HQClientTransaction.cc
@@ -275,3 +275,11 @@ HQClientTransaction::transaction_done()
   // TODO: start closing transaction
   return;
 }
+
+int
+HQClientTransaction::get_transaction_id() const
+{
+  // TODO: not implemented
+  ink_release_assert(false);
+  return 0;
+}
diff --git a/proxy/hq/HQClientTransaction.h b/proxy/hq/HQClientTransaction.h
index fc56a5e..cad8b6c 100644
--- a/proxy/hq/HQClientTransaction.h
+++ b/proxy/hq/HQClientTransaction.h
@@ -50,6 +50,7 @@ public:
   void do_io_shutdown(ShutdownHowTo_t howto) override;
   void reenable(VIO *vio) override;
   void release(IOBufferReader *r) override;
+  int get_transaction_id() const override;
 
   // HQClientTransaction specific methods
   int main_event_handler(int event, void *edata);

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].