custom message for vm_query_exit

This commit is contained in:
Ben Gras
2014-07-26 13:53:50 +02:00
committed by Lionel Sambuc
parent 93422a1f4c
commit 0881781e60
4 changed files with 9 additions and 3 deletions

View File

@@ -32,6 +32,6 @@ vm_watch_exit(endpoint_t ep)
message m;
memset(&m, 0, sizeof(m));
m.VM_WE_EP = ep;
m.m_lsys_vm_watch_exit.ep = ep;
return _taskcall(VM_PROC_NR, VM_WATCH_EXIT, &m);
}