Repository: trafficserver Updated Branches: refs/heads/master 4d14cea66 -> 3b19ff798
TS-4202: missing define _HTTP_CONNECTION_COUNT_H_ This closes #477. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/8edc393a Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/8edc393a Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/8edc393a Branch: refs/heads/master Commit: 8edc393a77895656bcfb9ae3c1f555ff32751d07 Parents: 4d14cea Author: Oknet <[email protected]> Authored: Sun Feb 14 20:36:28 2016 +0800 Committer: James Peach <[email protected]> Committed: Sun Feb 14 09:23:26 2016 -0800 ---------------------------------------------------------------------- proxy/http/HttpConnectionCount.h | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8edc393a/proxy/http/HttpConnectionCount.h ---------------------------------------------------------------------- diff --git a/proxy/http/HttpConnectionCount.h b/proxy/http/HttpConnectionCount.h index 25783aa..af4d7f6 100644 --- a/proxy/http/HttpConnectionCount.h +++ b/proxy/http/HttpConnectionCount.h @@ -28,6 +28,7 @@ #include "ts/Map.h" #ifndef _HTTP_CONNECTION_COUNT_H_ +#define _HTTP_CONNECTION_COUNT_H_ /** * Singleton class to keep track of the number of connections per host
