#include <P_ClusterHandler.h>
Inherits Continuation.
Public Member Functions | |
int | CalloutHandler (int event, Event *e) |
ClusterCalloutContinuation (struct ClusterHandler *ch) | |
~ClusterCalloutContinuation () | |
Data Fields | |
struct ClusterHandler * | _ch |
Definition at line 39 of file P_ClusterHandler.h.
ClusterCalloutContinuation::ClusterCalloutContinuation | ( | struct ClusterHandler * | ch | ) |
Definition at line 43 of file ClusterHandlerBase.cc.
References CalloutHandler(), Continuation::mutex, new_ProxyMutex(), and SET_HANDLER.
ClusterCalloutContinuation::~ClusterCalloutContinuation | ( | ) |
Definition at line 53 of file ClusterHandlerBase.cc.
References Continuation::mutex.
int ClusterCalloutContinuation::CalloutHandler | ( | int | event, | |
Event * | e | |||
) |
Definition at line 59 of file ClusterHandlerBase.cc.
References _ch, Continuation::mutex, and ClusterHandler::process_incoming_callouts().
Referenced by ClusterCalloutContinuation().
Definition at line 41 of file P_ClusterHandler.h.
Referenced by CalloutHandler().