]> xenbits.xensource.com Git - libvirt.git/commit
resctl: stub out functions with Linux-only APIs used
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 25 Jan 2018 17:42:36 +0000 (17:42 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 25 Jan 2018 17:42:36 +0000 (17:42 +0000)
commita020ab03fdfc3f95ef8d52908bcfc1aac22a8316
treea8ac6a1561081a96a579721d32f7db245259ce80
parent4e13fb02fee634931781e4cf77142acf68a69e55
resctl: stub out functions with Linux-only APIs used

The flock() function and d_type field in struct dirent are not portable
to the mingw platform.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/util/virresctrl.c