diff options
author | Ole Troan <ot@cisco.com> | 2019-09-25 18:20:20 +0200 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-09-27 12:29:05 +0000 |
commit | 51e70b6f19a66351bff7fe2e22a8dfce82b64ecd (patch) | |
tree | a257d77ee8e323222035d995b51f63e2ad75948e /src/plugins/builtinurl/builtinurl_msg_enum.h | |
parent | 1bc96680c45237e6ed519e4be36738139a94af2d (diff) |
builtinurl: remove api boilerplate
Type: refactor
Change-Id: Iaf728642e489acfd63e1da88aa8daa44ceca21e9
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'src/plugins/builtinurl/builtinurl_msg_enum.h')
-rw-r--r-- | src/plugins/builtinurl/builtinurl_msg_enum.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/plugins/builtinurl/builtinurl_msg_enum.h b/src/plugins/builtinurl/builtinurl_msg_enum.h deleted file mode 100644 index 5658576a735..00000000000 --- a/src/plugins/builtinurl/builtinurl_msg_enum.h +++ /dev/null @@ -1,31 +0,0 @@ - -/* - * builtinurl_msg_enum.h - skeleton vpp engine plug-in message enumeration - * - * Copyright (c) 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. - */ -#ifndef included_builtinurl_msg_enum_h -#define included_builtinurl_msg_enum_h - -#include <vppinfra/byte_order.h> - -#define vl_msg_id(n,h) n, -typedef enum { -#include <builtinurl/builtinurl_all_api_h.h> - /* We'll want to know how many messages IDs we need... */ - VL_MSG_FIRST_AVAILABLE, -} vl_msg_id_t; -#undef vl_msg_id - -#endif /* included_builtinurl_msg_enum_h */ |