aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vpp/perf/vm_vhost/2n1l-25ge2p1xxv710-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr.robot
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vpp/perf/vm_vhost/2n1l-25ge2p1xxv710-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr.robot')
0 files changed, 0 insertions, 0 deletions
/* * Copyright (c) 2017-2019 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #pragma once #include <core/manifest_format_fixed.h> #include <core/manifest_inline.h> #include <core/portal.h> namespace transport { namespace core { using ContentObjectManifest = core::ManifestInline<ContentObject, Fixed>; using InterestManifest = core::ManifestInline<Interest, Fixed>; } // namespace core } // namespace transport