X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fpalacios-vnet.h;h=6989b1528713b0f76a1305f0ff76629006e49910;hb=cfc3d544077dfbcc8b407fef7b76fa4c4b30f300;hp=56ac9f1f71b211e0db924a056ecc588ea7d6d160;hpb=4b11cc9abd662b9099b167c72afafa984b0a5b07;p=palacios.git diff --git a/linux_module/palacios-vnet.h b/linux_module/palacios-vnet.h index 56ac9f1..6989b15 100644 --- a/linux_module/palacios-vnet.h +++ b/linux_module/palacios-vnet.h @@ -1,6 +1,5 @@ /* - * Palacios VNET Host Header - * (c) Lei Xia, 2010 + * Lei Xia 2010 */ #ifndef __PALACIOS_VNET_H__ @@ -8,8 +7,6 @@ #include -int palacios_vnet_init(void); -void palacios_vnet_deinit(void); typedef enum {UDP, TCP, RAW, NONE} vnet_brg_proto_t; @@ -26,6 +23,8 @@ void vnet_brg_delete_link(uint32_t idx); uint32_t vnet_brg_add_link(uint32_t ip, uint16_t port, vnet_brg_proto_t proto); int vnet_brg_link_stats(uint32_t link_idx, struct nic_statistics * stats); int vnet_brg_stats(struct vnet_brg_stats * stats); + + int vnet_bridge_init(void); void vnet_bridge_deinit(void);