spool_disk_queue_state
Last updated March 2020
Name
spool_disk_queue_state — Show the state of the queue on disk
Synopsis
#include "spool.h"
| void **spool_disk_queue_state** (
| total, | |
| | progress)
; | |
Description
Show the state of the queue on disk.
- total
-
The size of the disk queue.
- progress
-
How much of the queue has been processed.
This function returns void. After execution, total
contains the disk queue size and progress
shows how much of the queue has been processed.
It is legal to call this function in the Scheduler
thread.
See Also
Was this page helpful?