>+void
>+ibnd_debug(int i)
>+{
>+ if (i) {
>+ ibdebug++;
>+ madrpc_show_errors(1);
>+ umad_debug(i);
>+ } else {
>+ ibdebug = 0;
>+ madrpc_show_errors(0);
>+ umad_debug(0);
>+ }
>+}Where does the definition for ibdebug come from? _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
