Skip to main content

Name

spool_disk_queue_state — Show the state of the queue on disk

Synopsis

#include "spool.h"

| void **spool_disk_queue_state** ( | total, |   | |   | progress); |   |

int * <var class="pdparam">total</var>; int * <var class="pdparam">progress</var>;

Description

Show the state of the queue on disk.

Parameters

total

The size of the disk queue.

progress

How much of the queue has been processed.

Return Values

This function returns void. After execution, total contains the disk queue size and progress shows how much of the queue has been processed.

Threading

It is legal to call this function in the Scheduler thread.

See Also

Was this page helpful?