X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fflowprobe%2Fflowprobe_msg_enum.h;fp=src%2Fplugins%2Fflowperpkt%2Fflowperpkt_msg_enum.h;h=bc0b21c96c1ddbcc97f3eefbf6c2079bd76d0fd5;hb=5c749734b14c2d3be8689b0c5b72ae8d1ddec099;hp=3177e77a63bec90e2067d070db214b98774bc17b;hpb=0e2e10b77d63196bfb93ae5be1251bbc1a1b561a;p=vpp.git diff --git a/src/plugins/flowperpkt/flowperpkt_msg_enum.h b/src/plugins/flowprobe/flowprobe_msg_enum.h similarity index 77% rename from src/plugins/flowperpkt/flowperpkt_msg_enum.h rename to src/plugins/flowprobe/flowprobe_msg_enum.h index 3177e77a63b..bc0b21c96c1 100644 --- a/src/plugins/flowperpkt/flowperpkt_msg_enum.h +++ b/src/plugins/flowprobe/flowprobe_msg_enum.h @@ -1,5 +1,5 @@ /* - * flowperpkt_msg_enum.h - vpp engine plug-in message enumeration + * flowprobe_msg_enum.h - vpp engine plug-in message enumeration * * Copyright (c) * Licensed under the Apache License, Version 2.0 (the "License"); @@ -14,18 +14,18 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#ifndef included_flowperpkt_msg_enum_h -#define included_flowperpkt_msg_enum_h +#ifndef included_flowprobe_msg_enum_h +#define included_flowprobe_msg_enum_h #include #define vl_msg_id(n,h) n, typedef enum { -#include +#include /* 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_flowperpkt_msg_enum_h */ +#endif /* included_flowprobe_msg_enum_h */