syslib function for VMCTL_STACKTRACE

This commit is contained in:
Ben Gras 2008-12-16 14:42:32 +00:00
parent 710f44c4b8
commit 46ecfa2b5c

View File

@ -59,3 +59,8 @@ PUBLIC int sys_vmctl_get_memreq(endpoint_t *who, vir_bytes *mem,
}
return r;
}
PUBLIC int sys_vmctl_stacktrace(endpoint_t who)
{
return sys_vmctl(who, VMCTL_STACKTRACE, 0);
}