Name
swap_out_multi — Swap out multiple messages
Synopsis
#include "spool.h"
| int **swap_out_multi** (
| head)
; | |
Description
Swap out multiple messages.
- head
-
A pointer to an sp_async_message struct. For documentation of this data structure see “sp_async_message”
This function returns 1
for success and 0
on failure.
It is legal to call this function in any thread.
Was this page helpful?