Query: umad_debug
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UMAD_DEBUG(3) OpenIB Programmer's Manual UMAD_DEBUG(3)NAMEumad_debug - set debug levelSYNOPSIS#include <infiniband/umad.h> int umad_debug(int level);DESCRIPTIONumad_debug() sets the umad library internal debug level to level. The following debug levels are supported: 0 - no debug (the default), 1 - basic debug information, 2 - verbose debug information. Negative values are ignored in terms of set. Note that the current debug level can be queried by passing a negative value as level.RETURN VALUEumad_debug() returns the actual debug level.AUTHORSHal Rosenstock <halr@voltaire.com> Dotan Barak <dotanb@mellanox.co.il> OpenIB May 21, 2007 UMAD_DEBUG(3)