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 00:24:42 UTC

[trafficserver] branch quic-latest updated: Change QUICNetProcessor from struct to class

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 85155fa  Change QUICNetProcessor from struct to class
85155fa is described below

commit 85155fa607828380f9b55d2a7ebfbb1b32b1976c
Author: Masakazu Kitajo <ma...@apache.org>
AuthorDate: Tue Aug 15 09:23:32 2017 +0900

    Change QUICNetProcessor from struct to class
---
 iocore/net/P_QUICNetProcessor.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iocore/net/P_QUICNetProcessor.h b/iocore/net/P_QUICNetProcessor.h
index 461afdd..d6a57fa 100644
--- a/iocore/net/P_QUICNetProcessor.h
+++ b/iocore/net/P_QUICNetProcessor.h
@@ -50,7 +50,7 @@ struct NetAccept;
 //  class QUICNetProcessor
 //
 //////////////////////////////////////////////////////////////////
-struct QUICNetProcessor : public UnixNetProcessor {
+class QUICNetProcessor : public UnixNetProcessor {
 public:
   QUICNetProcessor();
   virtual ~QUICNetProcessor();

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