Sun Microsystems 5800 User Manual

Page of 136
hc_bytearray_t hcv_bytearray;
struct tm hcv_tm;
struct timespec hcv_timespec;
} hcv;
} hc_value_t;
Description
This tagged union type can be used to hold a reference to any of the 5800 system data types.
hc_schema_t
5800 system name-value metadata schema.
Synopsis
typedef void hc_schema_t;
Description
An opaque structure that holds the names and data types of each element in the archive’s
metadata schema.
hc_nvr_t
5800 system name-value record.
Synopsis
typedef void hc_nvr_t;
Description
An opaque structure to represent one metadata record. There is a count of metadata tuples, and
parallel sets of names and of typed values for the tuples in this metadata record.
hc_session_t
Structure describing the connection from one thread to one 5800 system server.
Synopsis
typedef void hc_session_t;
Synchronous C Data Types
Sun StorageTek 5800 System Client API Reference Manual • June 2008
48