custom message for vm_update

This commit is contained in:
Ben Gras
2014-07-28 17:06:19 +02:00
committed by sambuc
parent 9e2efbd73d
commit 93422a1f4c
4 changed files with 12 additions and 6 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ vm_update(endpoint_t src_e, endpoint_t dst_e)
message m;
memset(&m, 0, sizeof(m));
m.VM_RS_SRC_ENDPT = src_e;
m.VM_RS_DST_ENDPT = dst_e;
m.m_lsys_vm_update.src = src_e;
m.m_lsys_vm_update.dst = dst_e;
return _taskcall(VM_PROC_NR, VM_RS_UPDATE, &m);
}