Synchronous C Data Types

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;

48

Sun StorageTek 5800 System Client API Reference Manual • June 2008

Page 48
Image 48
Sun Microsystems 5800 manual Hcschemat, Hcnvrt, Hcsessiont