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

#include <extension.h>

Collaboration diagram for extension_daemon_descriptor:

Public Attributes

const char *(* get_name )(void)
struct
extension_daemon_descriptor
next

Detailed Description

Deamon extensions should provide the following descriptor when they register themselves.

Definition at line 53 of file extension.h.

Member Data Documentation

const char*(* extension_daemon_descriptor::get_name)(void)

Get the name of the descriptor. The memory area returned by this function has to be valid until the descriptor is unregistered.

Definition at line 58 of file extension.h.

struct extension_daemon_descriptor* extension_daemon_descriptor::next

Deamon descriptors are stored in a linked list in the memcached core by using this pointer. Please do not modify this pointer by yourself until you have unregistered the descriptor. The only time it is safe for an extension to walk this list is during initialization of the modules.

Definition at line 67 of file extension.h.


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