qvm_msgblock_stop()
Mark the end of a block of MsgSend() operations
Synopsis:
#include <qvm/utils.h>void qvm_msgblock_stop(const vdev_t *vdp)Arguments:
- vdp
- A pointer to a virtual device (vdev), or NULL for all vdevs in this VM.
Description:
This function is used to mark the end of a block MsgSend() operations started by a call to qvm_msgblock_start().
Page updated:
