1UMAD_DEBUG(3) OpenIB Programmer´s Manual UMAD_DEBUG(3)
2
3
4
6 umad_debug - set debug level
7
9 #include <infiniband/umad.h>
10
11 int umad_debug(int level);
12
14 umad_debug() sets the umad library internal debug level to level. The
15 following debug levels are supported: 0 - no debug (the default), 1 -
16 basic debug information, 2 - verbose debug information. Negative values
17 are ignored in terms of set. Note that the current debug level can be
18 queried by passing a negative value as level.
19
21 umad_debug() returns the actual debug level.
22
24 Hal Rosenstock <halr@voltaire.com>
25
26 Dotan Barak <dotanb@mellanox.co.il>
27
28
29
30OpenIB May 21, 2007 UMAD_DEBUG(3)