void tsmPrintPyramidInfo (FILE *stream, PyramidInfo *pyramidInfo)

Display a PyramidInfo structure

Documentation

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.)

Returns:
Nothing (void)
Parameters:
stream - the stream to write to (e.g. stdout)
pyramidInfo - the PyramidInfo structure to output
See Also:
tsmGetPyramidInfo, tsmPrintServerGroup, PyramidInfo


TSMAPI_RELEASE 2.1 - Release Date: 2001/01/10 19:01:12

Back to tsmApi Home Page