WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Make structs non-empty.

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 49a00af507771bee9451a01ae98deffdc575cc1f
# Parent  579d1e771025f8eb36ae537650499dd9a6b66e7b

Make structs non-empty.

diff -r 579d1e771025 -r 49a00af50777 xen/include/public/io/domain_controller.h
--- a/xen/include/public/io/domain_controller.h Fri Jul  8 12:24:58 2005
+++ b/xen/include/public/io/domain_controller.h Sat Jul  9 10:01:49 2005
@@ -577,11 +577,12 @@
 } usbif_fe_interface_connect_t;
 
 /*
- * CMSG_BLKIF_FE_INTERFACE_DISCONNECT:
+ * CMSG_USBIF_FE_INTERFACE_DISCONNECT:
  *  If successful, the domain controller will acknowledge with a
  *  STATUS_DISCONNECTED message.
  */
 typedef struct usbif_fe_interface_disconnect {
+    int dummy; /* make struct non-empty */
 } usbif_fe_interface_disconnect_t;
 
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Make structs non-empty., Xen patchbot -unstable <=