Hello All,
This patch standardizes the type of "port" to "int" for event channel
functions and structures. Internally, Xen is using "int" for ports, but
userland code has a mix of "int" and "u32". Type "int" is preferred in
userland, since some functions want to return a positive port value or a
negative error code.
Also,
xenctrl.h: Added extern "C" to allow linking with C++ programs.
xenctrl.h: Added function prototype for event channel close.
xenctrl.h: Added function prototype for interdomain event channel.
I've never offered up a patch before, so apologies if I'm abusing
conventions.
-steve
xenctrl.ZIP
Description: xenctrl.ZIP
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|