cnet v4.0.4  

home topology files command‑line options the core API FAQ download and install

cnet's Application Programming Interface

NAME
CNET_get_trace - determine which event handlers are being traced

SYNOPSIS
#include <cnet.h> int CNET_get_trace(void);

DESCRIPTION
CNET_set_trace indicates which event handlers are currently being traced. The returned integer value represents a bitwise mask with each set bit indicating that the corresponding event handler is being traced. Each node maintains its own eventmask.

RETURN VALUE
The node's current eventmask. There are no errors.
SEE ALSO
CNET_set_trace.

cnet v4.0.4 - [email protected]