<div dir="ltr">Hi!<br><br>In comments to structure 'virDomainInfo' there was reference to smth of type 'virDomainFlags'. Actually, the type of this field must be 'virDomainState'.<br>Patch includes another one such replacement.<br>
<br>There is another place where 'virDomainFlags' mentioned: src/xend_internal.c. I think, that argument must be of type 'virConnectFlags',<br>but it is marked as ATTRIBUTE_UNUSED, so I leave the comment as it is :)<br>
<br>And why are you writing<br>    unsigned char state;<br>instead of<br>    virDomainState state;<br>?<br><br>Anton<br><br></div>