I'm wondering if there's a function that will take a buffer full of
XDR data and an xdrproc_t, and print out a human readable version of
the data.
It seems like an obvious debugging tool, but I can't find a reference
to anything like this in the XDR docs.

I guess the obvious workaround is to deserialize the data into a
struct and manually print out all the fields of the struct. But it
seems like since we've gone through the trouble of describing
everything in XDR, there should be an auto-printer.

cheers,
Colin
--
To unsubscribe from this list: send the line "unsubscribe hail-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to