[ofa-general] [PATCH v3 1/3] Create a new library libibnetdisc

Hefty, Sean sean.hefty at intel.com
Fri Apr 17 15:41:10 PDT 2009


>+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?



More information about the general mailing list