cnet v3.1.4

home
FAQ

cmdline options
topology files
attributes

datatypes
data structures
core API
support API

download/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 was written and is maintained by Chris McDonald (chris@csse.uwa.edu.au).

cnet development has been supported by an ACM-SIGCSE Special Project Grant, and an Australian Apple University Consortium Scholarship.