qvm_channel()

Return the qvm process channel ID

Synopsis:

#include <qvm/utils.h>
int qvm_channel(void)

Library:

Provided by qvm; no external library is required.

Description:

A process external to the qvm process instance will need the channel ID in order to connect to the qvm process instance and send a pulse.

Returns:

The channel ID for the current qvm process instance.