custom message type for VM_QUERY_EXIT

This commit is contained in:
Ben Gras
2014-07-28 17:06:18 +02:00
committed by sambuc
parent 01a50f57d8
commit 3c88d20cb5
4 changed files with 12 additions and 6 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ vm_query_exit(int *endpt)
if (endpt == NULL)
return EFAULT;
*endpt = m.VM_QUERY_RET_PT;
return (m.VM_QUERY_IS_MORE ? 1 : 0);
*endpt = m.m_lsys_vm_query_exit.ret_pt;
return (m.m_lsys_vm_query_exit.is_more ? 1 : 0);
}
int