summaryrefslogtreecommitdiffstats
path: root/src/debug.cpp
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-08-03 17:37:54 +0300
committerIdo Barnea <ibarnea@cisco.com>2016-08-03 17:38:04 +0300
commit202ae9e6448ff363dc7d6e8e0f14895f4bd02deb (patch)
tree0d83bda07de56b0dcb446045abb50c59b720bba4 /src/debug.cpp
parentd1b0fd96d72b7daaa88e21b619d04084c7617ad1 (diff)
Fix compilation error on ubuntu
Diffstat (limited to 'src/debug.cpp')
-rw-r--r--src/debug.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/debug.cpp b/src/debug.cpp
index d0896290..dd07cd05 100644
--- a/src/debug.cpp
+++ b/src/debug.cpp
@@ -31,7 +31,7 @@
#include "main_dpdk.h"
#include "debug.h"
-enum {
+enum {
D_PKT_TYPE_ICMP = 1,
D_PKT_TYPE_UDP = 2,
D_PKT_TYPE_TCP = 3,
@@ -39,13 +39,13 @@ enum {
D_PKT_TYPE_IPV6 = 60,
D_PKT_TYPE_HW_VERIFY = 100,
-} debug_pkt_types_t;
+};
enum {
DPF_VLAN = 0x1,
DPF_QINQ = 0X2,
DPF_RXCHECK = 0x4
-} debug_pkt_flags;
+};
const uint8_t udp_pkt[] = {
0x00,0x00,0x00,0x01,0x00,0x00,