Signalize a module.
Synopsis.
#include <parabellym/api.h> int para_mod_signal(int qid, int signal);
Arguments.
Access.
Unrestricted.
Description.
This function is intended to be used inside a module to coordinate threads.
Sends a signal to the specified queue. Unlike regular messages, signals are delivered to the sender as well. Signals have a greater priority than regular messages. The para_msg_receive function first retreives signals, if any, then messages.
Return value.