This is an automated email from the ASF dual-hosted git repository.
shinrich pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 43337d3 Fix clang build errors.
43337d3 is described below
commit 43337d3b95c23276204d267b8f49a65804de1717
Author: shinrich <[email protected]>
AuthorDate: Wed May 4 21:07:49 2016 -0500
Fix clang build errors.
---
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 8b55e74..26a69e5 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
['"[email protected]" <[email protected]>'].