X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fvnet_nic.c;h=ac484a02264ee6aad0f80ea186142382c1076b27;hb=a7b07dc7f3bd9c28b0fbfb3c685a306326d56e76;hp=80b8feaf264e9b72bdde636d279a9a8de74ad78c;hpb=94f67717b6461df514dc225ed84f03b44c44061b;p=palacios-OLD.git diff --git a/palacios/src/devices/vnet_nic.c b/palacios/src/devices/vnet_nic.c index 80b8fea..ac484a0 100644 --- a/palacios/src/devices/vnet_nic.c +++ b/palacios/src/devices/vnet_nic.c @@ -19,7 +19,7 @@ */ //backend device for Virtio NIC -#include +#include #include #include #include @@ -54,7 +54,7 @@ static int vnet_nic_send(uint8_t * buf, uint32_t len, V3_Net_Print(2, "VNET-NIC: send pkt (size: %d, src_id: %d, src_type: %d)\n", pkt.size, pkt.src_id, pkt.src_type); - if(v3_net_debug >= 4){ + if(net_debug >= 4){ v3_hexdump(buf, len, NULL, 0); }