#include <psi.h>
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
-
version | the 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: