cleanup: make nlComm commonly available

In a first cleanup step, make nlComm from macvtap.c commonly available
for other code to use. Since nlComm uses Linux-specific structures as
parameters it's prototype is only visible on Linux.
This commit is contained in:
Stefan Berger
2011-06-22 14:17:36 -04:00
parent 50a6a1267a
commit 6a5978833a
6 changed files with 175 additions and 97 deletions

View File

@@ -101,6 +101,7 @@ src/util/interface.c
src/util/iptables.c
src/util/json.c
src/util/macvtap.c
src/util/netlink.c
src/util/network.c
src/util/pci.c
src/util/processinfo.c