summaryrefslogtreecommitdiff
path: root/src/rpc/gendispatch.pl
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2018-05-09 17:19:55 +0100
committerDaniel P. Berrangé <berrange@redhat.com>2018-06-26 11:22:07 +0100
commit099812f59dca1781caf0b8389b024595d40161f3 (patch)
tree4929417579b3f895daebf5f00d2e965d21986553 /src/rpc/gendispatch.pl
parentb57a9aecaf3be956c531035cbe0d3afbbcf28d2a (diff)
downloadlibvirt-099812f59dca1781caf0b8389b024595d40161f3.tar.gz
access: add nwfilter binding object permissions
Reviewed-by: John Ferlan <jferlan@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'src/rpc/gendispatch.pl')
-rwxr-xr-xsrc/rpc/gendispatch.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rpc/gendispatch.pl b/src/rpc/gendispatch.pl
index b8b83b6b40..480ebe7b00 100755
--- a/src/rpc/gendispatch.pl
+++ b/src/rpc/gendispatch.pl
@@ -2033,7 +2033,8 @@ elsif ($mode eq "client") {
"storage_conf.h",
"nwfilter_conf.h",
"node_device_conf.h",
- "interface_conf.h"
+ "interface_conf.h",
+ "virnwfilterbindingdef.h",
);
foreach my $hdr (@headers) {
print "#include \"$hdr\"\n";