You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by so...@apache.org on 2016/05/20 20:37:54 UTC

[trafficserver] branch 6.2.x updated: Fix clang build errors.

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

sorber pushed a commit to branch 6.2.x
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/6.2.x by this push:
       new  c250469   Fix clang build errors.
c250469 is described below

commit c250469344439a25666abd6dc3058a2c182cdfcc
Author: shinrich <sh...@localhost.localdomain>
AuthorDate: Wed May 4 21:07:49 2016 -0500

    Fix clang build errors.
    
    (cherry picked from commit 43337d3b95c23276204d267b8f49a65804de1717)
---
 iocore/net/I_SessionAccept.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iocore/net/I_SessionAccept.h b/iocore/net/I_SessionAccept.h
index 1a8d6a2..9e36b81 100644
--- a/iocore/net/I_SessionAccept.h
+++ b/iocore/net/I_SessionAccept.h
@@ -27,7 +27,7 @@
 #include "I_Net.h"
 #include "I_VConnection.h"
 
-class AclRecord;
+struct AclRecord;
 
 class SessionAccept : public Continuation
 {

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