summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/Event.h
diff options
context:
space:
mode:
authorEitan Eliahu <eliahue@vmware.com>2014-09-27 01:39:06 -0700
committerBen Pfaff <blp@nicira.com>2014-09-29 08:41:50 -0700
commit531bee45687eb76a8f62b5e64ecd24254fb45c0e (patch)
treecb0f0d83593dd81fda9b7e080f2fdbcb5e46de2d /datapath-windows/ovsext/Event.h
parentb09b30b3f9aa84fd1adb3205c07e998d744526c0 (diff)
downloadopenvswitch-531bee45687eb76a8f62b5e64ecd24254fb45c0e.tar.gz
datapath-windows: Implement event read handler.
The Read event handler is executed when user mode issues a socket receive on an MC socket associated with the event queue. A new IOCTL READ command is used to differentiate between transaction based and packet miss sockets. An entry for the handler will be added once the Control family (logically should have been added to the Vport family) implementation checked in. User mode code for setting the socket type will follow Signed-off-by: Eitan Eliahu <eliahue@vmware.com> Acked-by: Ankur Sharma <ankursharma@vmware.com> Acked-by: Nithin Raju <nithin@vmware.com> Acked-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'datapath-windows/ovsext/Event.h')
-rw-r--r--datapath-windows/ovsext/Event.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/datapath-windows/ovsext/Event.h b/datapath-windows/ovsext/Event.h
index f4801b981..a43a0bbd0 100644
--- a/datapath-windows/ovsext/Event.h
+++ b/datapath-windows/ovsext/Event.h
@@ -47,4 +47,6 @@ NTSTATUS OvsPollEventIoctl(PFILE_OBJECT fileObject, PVOID inputBuffer,
UINT32 outputLength, UINT32 *replyLen);
NTSTATUS OvsWaitEventIoctl(PIRP irp, PFILE_OBJECT fileObject,
PVOID inputBuffer, UINT32 inputLength);
+NTSTATUS OvsRemoveEventEntry(PVOID instance, POVS_EVENT_ENTRY entry);
+
#endif /* __EVENT_H_ */