Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion include/records/I_RecCore.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ RecErrT RecRegisterRawStatUpdateFunc(const char *name, RecRawStatBlock *rsb, int
// be sure to set 'lock' to 'false' as the hash-table rwlock has
// already been taken out for the callback.

// RecSetRecordConvert -> WebMgmtUtils.cc::varSetFromStr()
RecErrT RecSetRecordConvert(const char *name, const RecString rec_string, RecSourceT source, bool lock = true);
RecErrT RecSetRecordInt(const char *name, RecInt rec_int, RecSourceT source, bool lock = true);
RecErrT RecSetRecordFloat(const char *name, RecFloat rec_float, RecSourceT source, bool lock = true);
Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion include/tscpp/util/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ library_include_HEADERS = \
PostScript.h \
Strerror.h \
TextView.h \
TsSharedMutex.h
TsSharedMutex.h \
YamlCfg.h
File renamed without changes.
2 changes: 0 additions & 2 deletions iocore/aio/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ test_AIO_CPPFLAGS = \
test_AIO_LDADD = \
libinkaio.a \
$(top_builddir)/src/records/librecords_p.a \
$(top_builddir)/mgmt/libmgmt_p.la \
$(top_builddir)/mgmt/libmgmt_c.la \
$(top_builddir)/iocore/eventsystem/libinkevent.a \
$(top_builddir)/src/tscore/libtscore.la \
$(top_builddir)/src/tscpp/util/libtscpputil.la \
Expand Down
1 change: 0 additions & 1 deletion iocore/cache/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ test_LDADD = \
$(top_builddir)/proxy/logging/liblogging.a \
$(top_builddir)/proxy/hdrs/libhdrs.a \
$(top_builddir)/proxy/shared/libdiagsconfig.a \
$(top_builddir)/mgmt/libmgmt_p.la \
$(top_builddir)/iocore/utils/libinkutils.a \
$(top_builddir)/iocore/aio/libinkaio.a \
$(top_builddir)/src/tscore/libtscore.la \
Expand Down
2 changes: 1 addition & 1 deletion iocore/cache/test/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include "tscore/Diags.h"
#include "tscore/TSSystemState.h"

#include "RecordsConfig.h"
#include "records/I_RecordsConfig.h"
#include "records/I_RecProcess.h"
#include "P_AIO.h"
#include "P_CacheDisk.h"
Expand Down
2 changes: 1 addition & 1 deletion iocore/dns/P_SplitDNSProcessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

#pragma once

#include "ProxyConfig.h"
#include "ConfigProcessor.h"

#include "tscore/HostLookup.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
limitations under the License.
*/

#include "ProxyConfig.h"
#include "ConfigProcessor.h"
#include "P_EventSystem.h"
#if TS_HAS_TESTS
#include "tscore/TestBox.h"
Expand Down
File renamed without changes.
5 changes: 3 additions & 2 deletions iocore/eventsystem/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ libinkevent_a_SOURCES = \
Thread.cc \
UnixEThread.cc \
UnixEvent.cc \
UnixEventProcessor.cc
UnixEventProcessor.cc \
ConfigProcessor.cc \
ConfigProcessor.h

check_PROGRAMS = test_IOBuffer \
test_EventSystem \
Expand All @@ -94,7 +96,6 @@ test_CPP_FLAGS = \
test_LD_ADD = \
libinkevent.a \
$(top_builddir)/src/records/librecords_p.a \
$(top_builddir)/mgmt/libmgmt_p.la \
$(top_builddir)/iocore/eventsystem/libinkevent.a \
$(top_builddir)/src/tscore/libtscore.la \
$(top_builddir)/src/tscpp/util/libtscpputil.la \
Expand Down
2 changes: 1 addition & 1 deletion iocore/eventsystem/unit_tests/test_IOBuffer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "tscore/I_Layout.h"

#include "I_EventSystem.h"
#include "RecordsConfig.h"
#include "records/I_RecordsConfig.h"

#include "diags.i"

Expand Down
2 changes: 0 additions & 2 deletions iocore/hostdb/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ test_CPP_FLAGS = \

test_LD_ADD = \
$(top_builddir)/src/records/librecords_p.a \
$(top_builddir)/mgmt/libmgmt_p.la \
$(top_builddir)/mgmt/libmgmt_c.la \
$(top_builddir)/iocore/eventsystem/libinkevent.a \
$(top_builddir)/src/tscore/libtscore.la \
$(top_builddir)/src/tscpp/util/libtscpputil.la \
Expand Down
4 changes: 0 additions & 4 deletions iocore/net/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ test_UDPNet_LDADD = \
libinknet.a \
$(top_builddir)/iocore/eventsystem/libinkevent.a \
$(top_builddir)/src/records/librecords_p.a \
$(top_builddir)/mgmt/libmgmt_p.la \
$(top_builddir)/mgmt/libmgmt_c.la \
$(top_builddir)/src/tscore/libtscore.la $(top_builddir)/src/tscpp/util/libtscpputil.la \
$(top_builddir)/proxy/hdrs/libhdrs.a \
$(top_builddir)/proxy/ParentSelectionStrategy.o \
Expand Down Expand Up @@ -116,8 +114,6 @@ test_libinknet_LDADD = \
libinknet.a \
$(top_builddir)/iocore/eventsystem/libinkevent.a \
$(top_builddir)/src/records/librecords_p.a \
$(top_builddir)/mgmt/libmgmt_p.la \
$(top_builddir)/mgmt/libmgmt_c.la \
$(top_builddir)/proxy/hdrs/libhdrs.a \
$(top_builddir)/src/tscore/libtscore.la \
$(top_builddir)/src/tscpp/util/libtscpputil.la \
Expand Down
2 changes: 1 addition & 1 deletion iocore/net/P_SSLCertLookup.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <mutex>
#include <unordered_map>

#include "ProxyConfig.h"
#include "ConfigProcessor.h"

struct SSLConfigParams;
struct SSLContextStorage;
Expand Down
2 changes: 1 addition & 1 deletion iocore/net/P_SSLClientCoordinator.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
limitations under the License.
*/

#include "ProxyConfig.h"
#include "ConfigProcessor.h"
#include <memory>

// A class to pass the ConfigUpdateHandler, so both SSLConfig and SNIConfig get updated
Expand Down
2 changes: 1 addition & 1 deletion iocore/net/P_SSLConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include "tscore/ink_inet.h"
#include "tscore/IpMap.h"

#include "ProxyConfig.h"
#include "ConfigProcessor.h"

#include "SSLSessionCache.h"
#include "YamlSNIConfig.h"
Expand Down
2 changes: 0 additions & 2 deletions iocore/net/SSLNetVConnection.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@
#include "P_SSLNetVConnection.h"
#include "BIO_fastopen.h"
#include "SSLStats.h"
#include "SSLInternal.h"
#include "P_ALPNSupport.h"

#include <climits>
#include <string>
#include <cstring>

Expand Down
2 changes: 1 addition & 1 deletion iocore/net/SSLSNIConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <strings.h>
#include <memory>

#include "ProxyConfig.h"
#include "ConfigProcessor.h"
#include "SNIActionPerformer.h"
#include "YamlSNIConfig.h"

Expand Down
1 change: 0 additions & 1 deletion iocore/net/quic/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ test_LDADD = \
libquic.a \
$(top_builddir)/src/records/librecords_p.a \
$(top_builddir)/iocore/eventsystem/libinkevent.a \
$(top_builddir)/mgmt/libmgmt_p.la \
$(top_builddir)/proxy/shared/libUglyLogStubs.a \
$(top_builddir)/src/tscore/libtscore.la \
$(top_builddir)/src/tscpp/util/libtscpputil.la \
Expand Down
2 changes: 1 addition & 1 deletion iocore/net/quic/QUICConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#include <openssl/ssl.h>

#include "ProxyConfig.h"
#include "ConfigProcessor.h"
#include "P_SSLCertLookup.h"

class QUICConfigParams : public ConfigInfo
Expand Down
2 changes: 1 addition & 1 deletion iocore/net/quic/test/event_processor_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include "tscore/Diags.h"

#include "I_EventSystem.h"
#include "RecordsConfig.h"
#include "records/I_RecordsConfig.h"

#include "QUICConfig.h"

Expand Down
2 changes: 1 addition & 1 deletion iocore/net/quic/test/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "tscore/I_Layout.h"
#include "tscore/Diags.h"

#include "RecordsConfig.h"
#include "records/I_RecordsConfig.h"
#include "QUICGlobals.h"
#include "QUICConfig.h"

Expand Down
138 changes: 0 additions & 138 deletions mgmt/DerivativeMetrics.cc

This file was deleted.

40 changes: 0 additions & 40 deletions mgmt/DerivativeMetrics.h

This file was deleted.

Loading