Generated from osm_vendor_test.h with ROBODoc vunknown on Wed Aug 07 15:31:54 2002

TABLE OF CONTENTS

  1. OpenSM/Vendor Test
  2. OpenSM: Vendor Test/osm_vend_wrap_t
  3. OpenSM: Vendor Test/osm_vendor_t

OpenSM/Vendor Test

NAME
    Vendor Test

DESCRIPTION
    The Vendor Test structure encapsulates an artificial transport layer
    interface for testing.

AUTHOR
    Steve King, Intel


OpenSM: Vendor Test/osm_vend_wrap_t

NAME
    osm_vend_wrap_t

DESCRIPTION
    Vendor specific MAD wrapper context.

    This structure allows direct access to member variables.

SYNOPSIS
typedef struct _osm_vend_wrap
{
    uint32_t        dummy;

} osm_vend_wrap_t;

OpenSM: Vendor Test/osm_vendor_t

NAME
    osm_vendor_t

DESCRIPTION
    Vendor specific MAD interface.

    This interface defines access to the vendor specific MAD
    transport layer.

SYNOPSIS
typedef struct _osm_vendor
{
    osm_log_t       *p_log;

} osm_vendor_t;