qvm_msgblock_stop()

Mark the end of a block of MsgSends

Synopsis:

#include <qvm/utils.h>
void qvm_msgblock_stop(const vdev_t *vdp)

Arguments:

vdp
A pointer to a virtual device, or NULL for global.

Library:

Provided by qvm; no external library is required.

Description:

These MsgSends are started by a call to qvm_msgblock_start().