--- /dev/null
+/*
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
+#include "squid.h"
+#include "LogTags.h"
+
+// old deprecated tag strings
+const char * LogTags_str[] = {
+ "TAG_NONE",
+ "TCP_HIT",
+ "TCP_MISS",
+ "TCP_REFRESH_UNMODIFIED",
+ "TCP_REFRESH_FAIL_OLD",
+ "TCP_REFRESH_FAIL_ERR",
+ "TCP_REFRESH_MODIFIED",
+ "TCP_CLIENT_REFRESH_MISS",
+ "TCP_IMS_HIT",
+ "TCP_SWAPFAIL_MISS",
+ "TCP_NEGATIVE_HIT",
+ "TCP_MEM_HIT",
+ "TCP_DENIED",
+ "TCP_DENIED_REPLY",
+ "TCP_OFFLINE_HIT",
+ "TCP_REDIRECT",
+ "TCP_TUNNEL",
+ "UDP_HIT",
+ "UDP_MISS",
+ "UDP_DENIED",
+ "UDP_INVALID",
+ "UDP_MISS_NOFETCH",
+ "ICP_QUERY",
+ "TYPE_MAX"
+};
$(LEAKFINDERSOURCE) \
SquidList.h \
SquidList.cc \
+ LogTags.cc \
LogTags.h \
lookup_t.h \
main.cc \
globals.cc \
hier_code.cc \
icp_opcode.cc \
- LogTags.cc \
lookup_t.cc \
repl_modules.cc \
swap_log_op.cc
err_detail_type.cc: err_detail_type.h mk-string-arrays.awk
$(AWK) -f $(srcdir)/mk-string-arrays.awk < $(srcdir)/err_detail_type.h | sed 's/ERR_DETAIL_//' > $@ || ($(RM) -f $@ && exit 1)
-LogTags.cc: LogTags.h mk-string-arrays.awk
- $(AWK) -f $(srcdir)/mk-string-arrays.awk < $(srcdir)/LogTags.h | sed 's/LOG_//' > $@ || ($(RM) -f $@ && exit 1)
-
lookup_t.cc: lookup_t.h mk-string-arrays.awk
$(AWK) -f $(srcdir)/mk-string-arrays.awk < $(srcdir)/lookup_t.h > $@ || ($(RM) -f $@ && exit 1)
int.cc \
internal.h \
internal.cc \
+ LogTags.cc \
tests/stub_libsecurity.cc \
SquidList.h \
SquidList.cc \
int.cc \
internal.h \
internal.cc \
+ LogTags.cc \
tests/stub_libsecurity.cc \
SquidList.h \
SquidList.cc \
int.cc \
internal.h \
internal.cc \
+ LogTags.cc \
tests/stub_libsecurity.cc \
SquidList.h \
SquidList.cc \
internal.cc \
$(IPC_SOURCE) \
ipcache.cc \
+ LogTags.cc \
tests/stub_libsecurity.cc \
SquidList.h \
SquidList.cc \
int.cc \
internal.h \
internal.cc \
+ LogTags.cc \
tests/stub_libsecurity.cc \
SquidList.h \
SquidList.cc \
int.cc \
internal.h \
internal.cc \
+ LogTags.cc \
tests/stub_libsecurity.cc \
SquidList.h \
SquidList.cc \