On 03/28/2018 11:18 AM, Daniel P. Berrangé wrote:
> Signed-off-by: Daniel P. Berrangé <berra...@redhat.com>
> ---
>  src/remote/remote_daemon.h          | 1 +
>  src/remote/remote_daemon_dispatch.c | 3 +++
>  src/rpc/gendispatch.pl              | 6 ++++++
>  3 files changed, 10 insertions(+)
> 

[...]

> diff --git a/src/rpc/gendispatch.pl b/src/rpc/gendispatch.pl
> index 0e7567fbde..d8ab8b17dd 100755
> --- a/src/rpc/gendispatch.pl
> +++ b/src/rpc/gendispatch.pl
> @@ -134,6 +134,9 @@ sub get_conn_arg {
>          if ($type =~ /remote_nonnull_node_device/) {
>              return "priv->nodedevConn";
>          }
> +        if ($type =~ /remote_nonnull_nwfilter/) {
> +            return "priv->nwfilterConn";
> +        }
>      }
>  
>      # This is for the few virConnect APIs that
> @@ -148,6 +151,9 @@ sub get_conn_arg {
>      if ($proc =~ /Node.*Device/) {
>          return "priv->nodedevConn";
>      }
> +    if ($proc =~ /Connect.*NWFilter/) {
> +        return "priv->nodedevConn";

s/nodedev/nwfilter

w/ the adjustment...

Reviewed-by: John Ferlan <jfer...@redhat.com>

John
> +    }
>  
>      return "priv->conn";
>  }
> 

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to