]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: move virNetDevLinkDump to virnetlink.c
authorLaine Stump <laine@laine.org>
Mon, 13 Jun 2016 11:59:12 +0000 (07:59 -0400)
committerLaine Stump <laine@laine.org>
Sun, 26 Jun 2016 23:33:07 +0000 (19:33 -0400)
commit943a400c0d0be50a57610b0fd5b3e2ffeef82391
tree7ba2c1172dcc527474dd2190580245dedf7f3d30
parentd0a9dbc323118cfd78f078e1fff48207e82d4b8e
util: move virNetDevLinkDump to virnetlink.c

virNetDevLinkDump should have been in virnetlink.c, but that file
didn't exist yet when the function was created. It didn't really
matter until now - I found that having virnetlink.h included by
virnetdev.h caused build problems when trying to #include virnetdev.h
in a .c file in src/conf (due to missing directory in -I). Rather than
fix that to further institutionalize the incorrect placement of this
one function, this patch moves the function.
src/libvirt_private.syms
src/util/virnetdev.c
src/util/virnetdev.h
src/util/virnetdevvportprofile.c
src/util/virnetlink.c
src/util/virnetlink.h