Skip to content

Commit

Permalink
librpc:idl: define FSCTL_NET_IFACE_NONE_CAPABLE in ioctl.idl
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Adam <[email protected]>
Reviewed-by: Stefan Metzmacher <[email protected]>
  • Loading branch information
obnoxxx committed Jan 26, 2016
1 parent a2894cf commit bc9e1fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions librpc/idl/ioctl.idl
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bc9e1fc

Please sign in to comment.