CORBA 2.6.1 Programmer's Reference

~Event()
Destructor.
API Data
Fw_MD *ip_MD
Pointer to a message data object. For delivering the results of READ operations to the event
handler.
Event *ip_next
For chained events, can be used as a pointer to the next event in the chain.
short iv_count
Contains the completion count for the operation (as in AWAITIO).
short iv_FE
Contains any Guardian file-system error codes returned by the operation.
Key iv_key
Associates the FS Client Event object with the I/O operation it represents.
Fw_Token iv_param
Completely under the control of the user, iv_param allows additional data to be associated with
the event. Potentially useful for pointing to a context block.
That is, typedef void* Fw_Token.
Class NSDEFw_GFS::Client::Event::Key
class NSDEFw_GFS
{
class NSDEFw_GFS::Client
{
class NSDEFw_GFS::Client::Event
{
class NSDEFw_GFS::Client::Event::Key
{
...}}}}
Provides a hashable key for Guardian file-system client I/O events.
API Methods
Key( short pv_file_number, unsigned long pv_tag )
Constructor that creates an NSDEFw_GFS::Client::Event::Key object.