]> git.proxmox.com Git - mirror_qemu.git/commit
net: make tap offloading callbacks static
authorVincenzo Maffione <v.maffione@gmail.com>
Thu, 6 Feb 2014 16:02:19 +0000 (17:02 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 25 Feb 2014 10:50:17 +0000 (11:50 +0100)
commit3bac80d31af9d38d02e80d1541a1ea8e70067bad
tree7e66ce320224cebf639a1d2df47ac648752499ce
parentcf528b89580797050b8cf60fee6247f35531a675
net: make tap offloading callbacks static

Since TAP offloadings are manipulated through a new API, it's
not necessary to export them in include/net/tap.h anymore.

Signed-off-by: Vincenzo Maffione <v.maffione@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
include/net/tap.h
net/tap-win32.c
net/tap.c