EpcTools
An event based multi-threaded C++ development framework.
|
Hooks into the freeDiameter internals to increment the message statistics. More...
#include <estats.h>
Additional Inherited Members | |
![]() | |
FDHook () | |
Class constructor. More... | |
virtual Void | process (enum fd_hook_type type, struct msg *msg, struct peer_hdr *peer, Void *other, struct fd_hook_permsgdata *pmd)=0 |
Method that is called to process a freeDiameter hook callback. More... | |
Bool | registerHook (UInt hookmask) |
Registers the hook for the specified events. More... | |
Void | unregisterHook () |
Unregisters the hook. More... | |
struct fd_hook_hdl * | getHandle () |
Retrieves the hook handle. More... | |
UInt | getHookMask () |
Retrieves the hook mask. More... | |
Hooks into the freeDiameter internals to increment the message statistics.