kernel: handle: add support for allocating a specific handle value
This commit is contained in:
@@ -154,6 +154,7 @@ kern_status_t sys_vm_controller_create_object(
|
||||
kern_handle_t out_handle = KERN_HANDLE_INVALID;
|
||||
status = handle_table_alloc_handle(
|
||||
self->t_handles,
|
||||
KERN_HANDLE_INVALID,
|
||||
&out_slot,
|
||||
&out_handle);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user