2 #ifndef MEMCACHED_CALLBACK_H
3 #define MEMCACHED_CALLBACK_H
5 #include "memcached/engine_common.h"
23 #define MAX_ENGINE_EVENT_TYPE 5
33 typedef void (*EVENT_CALLBACK)(
const void *cookie,
34 ENGINE_EVENT_TYPE
type,
35 const void *event_data,
51 ENGINE_EVENT_TYPE
type,
58 void (*perform_callbacks)(ENGINE_EVENT_TYPE
type,