]> git.proxmox.com Git - mirror_ovs.git/commit
datapath-windows: Fix function prototypes
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Mon, 5 Dec 2016 15:39:56 +0000 (15:39 +0000)
committerGurucharan Shetty <guru@ovn.org>
Wed, 21 Dec 2016 23:03:09 +0000 (15:03 -0800)
commit9cd754f7ffbe62905985435224f556d5e4b90a19
tree671916d2b90fa14f2ee5a32f04732cca4001c08d
parent10471820e182c5bf683a21a16805f0587ad3ef66
datapath-windows: Fix function prototypes

There is a mismatch between OvsInitCompletionList and OvsAddPktCompletionList
prototypes.

Eg:
https://github.com/openvswitch/ovs/blob/master/datapath-windows/ovsext/PacketIO.h#L33
https://github.com/openvswitch/ovs/blob/master/datapath-windows/ovsext/PacketIO.c#L54

Found while compiling with Windows 10 kernel tool chain.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Acked-by: Sairam Venugopal <vsairam@vmware.com>
Signed-off-by: Gurucharan Shetty <guru@ovn.org>
datapath-windows/ovsext/PacketIO.c