2010/4/15 Eric Blake <eblake(a)redhat.com>:
On 04/14/2010 06:31 PM, Matthias Bolte wrote:
> +static virDrvOpenStatus
> +esxNWFilterOpen(virConnectPtr conn,
> + virConnectAuthPtr auth ATTRIBUTE_UNUSED,
> + int flags ATTRIBUTE_UNUSED)
> +{
If Jirka's patch for virCheckFlags goes in first, you need to tweak this
line. Otherwise, his patch needs to touch this new file when it is rebased.
Other than that, ACK.
Thanks, pushed.
Matthias