docs: fix incoherent comment

main
Sean McBride 4 years ago
parent 788ba6909b
commit f3c037475c

@ -29,8 +29,10 @@ global_request_scheduler_minheap_remove(sandbox_request_t **removed_sandbox_requ
} }
/** /**
* * Peek at the priority of the highest priority task without having to take the lock
* @returns A Sandbox Request or NULL * Because this is a min-heap PQ, the highest priority is the lowest 64-bit integer
* This is used to store an absolute deadline
* @returns value of highest priority value in queue or ULONG_MAX if empty
*/ */
static uint64_t static uint64_t
global_request_scheduler_minheap_peek(void) global_request_scheduler_minheap_peek(void)

Loading…
Cancel
Save