qvm_channel()

Return the qvm process channel ID

Synopsis:

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

Description:

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

Returns:

The channel ID for the current qvm process instance.