Kea
1.9.9-git
|
The CalloutManager offers three library handles: More...
Functions | |
LibraryHandle & | isc::hooks::CalloutManager::getLibraryHandle () |
Return library handle. More... | |
LibraryHandle & | isc::hooks::CalloutManager::getPostLibraryHandle () |
Return post-user callouts library handle. More... | |
LibraryHandle & | isc::hooks::CalloutManager::getPreLibraryHandle () |
Return pre-user callouts library handle. More... | |
The CalloutManager offers three library handles:
|
inline |
Return library handle.
Definition at line 334 of file callout_manager.h.
|
inline |
Return post-user callouts library handle.
The LibraryHandle to affect callouts that will run before the user-library callouts.
Definition at line 354 of file callout_manager.h.
|
inline |
Return pre-user callouts library handle.
The LibraryHandle to affect callouts that will run before the user-library callouts.
Definition at line 344 of file callout_manager.h.