You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2017/08/15 07:15:20 UTC

[trafficserver] branch quic-latest updated: Add one more TS_USE_QUIC check

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

maskit 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 df6c99e  Add one more TS_USE_QUIC check
df6c99e is described below

commit df6c99e3c0a86f512ed39764b580ae5acb878e70
Author: Masakazu Kitajo <ma...@apache.org>
AuthorDate: Tue Aug 15 16:14:55 2017 +0900

    Add one more TS_USE_QUIC check
---
 iocore/net/P_Net.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/iocore/net/P_Net.h b/iocore/net/P_Net.h
index 87456c4..0a7a502 100644
--- a/iocore/net/P_Net.h
+++ b/iocore/net/P_Net.h
@@ -109,9 +109,11 @@ extern RecRawStatBlock *net_rsb;
 #include "P_SSLNetAccept.h"
 #include "P_SSLCertLookup.h"
 
+#if TS_USE_QUIC == 1
 #include "P_QUICNetVConnection.h"
 #include "P_QUICNetProcessor.h"
 #include "P_QUICPacketHandler.h"
+#endif
 // #include "P_QUICCertLookup.h"
 
 #undef NET_SYSTEM_MODULE_VERSION

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