summaryrefslogtreecommitdiffstats
path: root/sys/net/vnet.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-08-01 21:54:15 +0000
committerrwatson <rwatson@FreeBSD.org>2009-08-01 21:54:15 +0000
commit648ff244308cdbfdfbafe6cae0d808d8ee29cb4b (patch)
tree58f25081dd4f020d6ef4ddca19dec5bc30b7c940 /sys/net/vnet.h
parente3917e768dd62864bffbab302c81220b6903a864 (diff)
downloadFreeBSD-src-648ff244308cdbfdfbafe6cae0d808d8ee29cb4b.zip
FreeBSD-src-648ff244308cdbfdfbafe6cae0d808d8ee29cb4b.tar.gz
Make the vnet alloc/destroy paths a bit easier to followg by merging
vnet_data_init/vnet_data_destroy into vnet_alloc/vnet_destroy. Reviewed by: bz, zec Approved by: re (vimage blanket)
Diffstat (limited to 'sys/net/vnet.h')
-rw-r--r--sys/net/vnet.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/net/vnet.h b/sys/net/vnet.h
index 47dc7ac..01d824d 100644
--- a/sys/net/vnet.h
+++ b/sys/net/vnet.h
@@ -217,13 +217,6 @@ void vnet_data_copy(void *start, int size);
void vnet_data_free(void *start_arg, int size);
/*
- * Virtual network stack allocator interfaces for vnet setup/teardown.
- */
-struct vnet;
-void vnet_data_init(struct vnet *vnet);
-void vnet_data_destroy(struct vnet *vnet);
-
-/*
* Sysctl variants for vnet-virtualized global variables. Include
* <sys/sysctl.h> to expose these definitions.
*
OpenPOWER on IntegriCloud