void tsmPrintPyramidInfo (FILE *stream, PyramidInfo *pyramidInfo) Display a PyramidInfo structure
Display a PyramidInfo structure.This function can be used to output a textual description of the contents of a PyramidInfo structure. This can be performed to the screen (stream = stdout or stderr), or to a file.
On the DPSS, a given pyramid can have its data distributed across many groups of master/servers. The PyramidInfo structure holds all of the server groups for a given pyramid. For protocols other than the DPSS, numServerGroups will be 1. (see tsmDecs.h for the definition of PyramidInfo.)