commit | df27ccac5b0cd2608f1c168f77eaf81dd3b4ce3b | [log] [tgz] |
---|---|---|
author | Paul Durrant <paul.durrant@citrix.com> | Tue Jul 07 14:32:38 2015 +0100 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Jul 07 17:43:16 2015 +0300 |
tree | 8fae444df992d195d0c34aa9b9f78c838df26906 | |
parent | a61a2a68f2ba58079b0cd325059a9db92f3d7316 [diff] |
Fix the compatibility typedef of ioservid_t to match the Xen headers There is a mismatch between the definition of ioservid_t in xen_common.h and the definition in the Xen publix headers. This patch corrects the definition in xen_common.h. Signed-off-by: Paul Durrant <paul.durrant@citrix.com> Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>