X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fvnet%2Fvnet_host.h;h=5fe3cff7967a874c3a5ec6f728690f76e87048db;hb=793f9cd53a472668dbeb16341085e5512484485c;hp=631d240339c9ec39af1532ff31cc1ab4275d44c9;hpb=6ed3385440a7d82f4529bb9433d1a5489351c378;p=palacios.releases.git diff --git a/palacios/include/vnet/vnet_host.h b/palacios/include/vnet/vnet_host.h index 631d240..5fe3cff 100644 --- a/palacios/include/vnet/vnet_host.h +++ b/palacios/include/vnet/vnet_host.h @@ -212,8 +212,8 @@ static inline void vnet_reset_timer(struct vnet_timer * timer, #define Vnet_Print(level, fmt, args...) \ do { \ - extern int vnet_debug; \ - if(level <= vnet_debug) { \ + extern int net_debug; \ + if(level <= net_debug) { \ extern struct vnet_host_hooks * host_hooks; \ if ((host_hooks) && (host_hooks)->print) { \ (host_hooks)->print((fmt), ##args); \ @@ -265,6 +265,7 @@ static inline void vnet_unlock_irqrestore(vnet_lock_t lock, addr_t irq_state) { void init_vnet(struct vnet_host_hooks * hooks); +void deinit_vnet(void); #endif