]> xenbits.xensource.com Git - pvdrivers/win/xenvif.git/commit
Move check for split event channels into Frontend module
authorPaul Durrant <paul.durrant@citrix.com>
Fri, 4 Dec 2015 09:12:21 +0000 (09:12 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Fri, 4 Dec 2015 12:39:11 +0000 (12:39 +0000)
commita58e5b117e1b87b761ec086e813d20e7b743d90c
treea13fd1e4f094e1b1416b18f63302bc28569a80fe
parentab655bb1f2ff591fb151b3c69270dcfdcc2f5a9a
Move check for split event channels into Frontend module

Reduce code duplication and efficiency a little by checking the xenstore
key once in Frontend and then providing a function with Transmitter and
Receiver can use to grab the value.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
src/xenvif/frontend.c
src/xenvif/frontend.h
src/xenvif/receiver.c
src/xenvif/transmitter.c