mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Add domain events detail information
This commit is contained in:
@@ -2033,6 +2033,8 @@ xdr_remote_domain_event_ret (XDR *xdrs, remote_domain_event_ret *objp)
|
||||
return FALSE;
|
||||
if (!xdr_int (xdrs, &objp->event))
|
||||
return FALSE;
|
||||
if (!xdr_int (xdrs, &objp->detail))
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user