summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2016-01-25 03:37:38 +0100
committerMichael Adam <obnox@samba.org>2016-01-26 07:33:16 +0100
commitbc9e1fc70cda0dffd8a4959db4d51bc0bc136206 (patch)
treeb36df26b0d561ad3816e9171f83f4eea9ce660c8 /librpc
parenta2894cf4e0c733b14e645ae492b8cd1c13878900 (diff)
downloadsamba-bc9e1fc70cda0dffd8a4959db4d51bc0bc136206.tar.gz
librpc:idl: define FSCTL_NET_IFACE_NONE_CAPABLE in ioctl.idl
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/ioctl.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/idl/ioctl.idl b/librpc/idl/ioctl.idl
index 5c3ee6d9b46..dbeef14abbf 100644
--- a/librpc/idl/ioctl.idl
+++ b/librpc/idl/ioctl.idl
@@ -111,6 +111,7 @@ interface compression
interface netinterface
{
typedef [bitmap32bit] bitmap {
+ FSCTL_NET_IFACE_NONE_CAPABLE = 0x00000000,
FSCTL_NET_IFACE_RSS_CAPABLE = 0x00000001,
FSCTL_NET_IFACE_RDMA_CAPABLE = 0x00000002
} fsctl_net_iface_capability;