MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PSI_bootstrap Struct Reference

#include <psi.h>

Public Attributes

void *(* get_interface )(int version)

Detailed Description

Entry point for the performance schema interface.

Definition at line 153 of file psi.h.

Member Data Documentation

void*(* PSI_bootstrap::get_interface)(int version)

ABI interface finder. Calling this method with an interface version number returns either an instance of the ABI for this version, or NULL.

Parameters
versionthe interface version number to find
Returns
a versioned interface (PSI_v1, PSI_v2 or PSI)
See Also
PSI_VERSION_1
PSI_v1
PSI_VERSION_2
PSI_v2
PSI_CURRENT_VERSION
PSI

Definition at line 168 of file psi.h.


The documentation for this struct was generated from the following file: