File tree Expand file tree Collapse file tree 6 files changed +434
-1
lines changed
gold_tests/pluginTest/TSVConnFd Expand file tree Collapse file tree 6 files changed +434
-1
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ library_include_HEADERS = \
2222 AsyncHttpFetch.h \
2323 AsyncTimer.h \
2424 CaseInsensitiveStringComparator.h \
25+ Cleanup.h \
2526 ClientRequest.h \
2627 Continuation.h \
2728 GlobalPlugin.h \
Original file line number Diff line number Diff line change 3535#include " tscore/ink_defs.h"
3636#include " tscpp/util/PostScript.h"
3737#include " tscpp/util/TextView.h"
38- #include " Cleanup.h"
38+ #include " tscpp/api/ Cleanup.h"
3939
4040namespace
4141{
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ include gold_tests/bigobj/Makefile.inc
3434include gold_tests/continuations/plugins/Makefile.inc
3535include gold_tests/chunked_encoding/Makefile.inc
3636include gold_tests/pluginTest/tsapi/Makefile.inc
37+ include gold_tests/pluginTest/TSVConnFd/Makefile.inc
3738include gold_tests/timeout/Makefile.inc
3839include gold_tests/tls/Makefile.inc
3940include tools/plugins/Makefile.inc
Original file line number Diff line number Diff line change 1+ # Licensed to the Apache Software Foundation (ASF) under one
2+ # or more contributor license agreements. See the NOTICE file
3+ # distributed with this work for additional information
4+ # regarding copyright ownership. The ASF licenses this file
5+ # to you under the Apache License, Version 2.0 (the
6+ # "License"); you may not use this file except in compliance
7+ # with the License. You may obtain a copy of the License at
8+ #
9+ # http://www.apache.org/licenses/LICENSE-2.0
10+ #
11+ # Unless required by applicable law or agreed to in writing, software
12+ # distributed under the License is distributed on an "AS IS" BASIS,
13+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+ # See the License for the specific language governing permissions and
15+ # limitations under the License.
16+
17+ noinst_LTLIBRARIES += gold_tests/pluginTest/TSVConnFd/TSVConnFd.la
18+ gold_tests_pluginTest_TSVConnFd_TSVConnFd_la_SOURCES = gold_tests/pluginTest/TSVConnFd/TSVConnFd.cc
You can’t perform that action at this time.
0 commit comments