OvmfPkg/Xen*: Pass struct XENSTORE_TRANSACTION argument as a pointer
As EDK II does not allow calls with a struct. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16294 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -314,7 +314,7 @@ XENSTORE_STATUS
|
||||
EFIAPI
|
||||
XenBusSetState (
|
||||
IN XENBUS_PROTOCOL *This,
|
||||
IN XENSTORE_TRANSACTION Transaction,
|
||||
IN CONST XENSTORE_TRANSACTION *Transaction,
|
||||
IN enum xenbus_state NewState
|
||||
)
|
||||
{
|
||||
|
Reference in New Issue
Block a user