UMAD_DUMP
Section: OpenIB Programmer's Manual (3)
Updated: May 17, 2007
Page Index
NAME
umad_dump - dump umad buffer to stderr
SYNOPSIS
#include <infiniband/umad.h>
void umad_dump(void *umad);
DESCRIPTION
umad_dump()
dumps the given
umad
buffer to stderr.
RETURN VALUE
umad_dump()
returns no value.
AUTHOR
- Hal Rosenstock <halr@voltaire.com>
-