BIND 10 trac3063, updated. 7fef2d7ffdb3b89a18d6a56799564514bffbd0cb [3063] Minor corrections in Maintenance Guide.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Aug 21 15:02:19 UTC 2013
The branch, trac3063 has been updated
via 7fef2d7ffdb3b89a18d6a56799564514bffbd0cb (commit)
from 1463b5017b2c3a0d512ac54f8e644156864452c6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7fef2d7ffdb3b89a18d6a56799564514bffbd0cb
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Wed Aug 21 17:02:05 2013 +0200
[3063] Minor corrections in Maintenance Guide.
-----------------------------------------------------------------------
Summary of changes:
src/lib/hooks/hooks_maintenance.dox | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/hooks/hooks_maintenance.dox b/src/lib/hooks/hooks_maintenance.dox
index 6dd5deb..c3c4946 100644
--- a/src/lib/hooks/hooks_maintenance.dox
+++ b/src/lib/hooks/hooks_maintenance.dox
@@ -31,7 +31,7 @@
@section hooksmgObjects Hooks Framework Objects
- The relationships betweeh the various objects in the hooks framework
+ The relationships between the various objects in the hooks framework
is shown below:
@image html HooksUml.png "High-Level Class Diagram of the Hooks Framework"
@@ -116,9 +116,13 @@
a copy of the vector is taken before the iteration starts. The @ref
hooksmgCalloutManager iterates over this copy while any changes made
by the callout registration functions affect the relevant callout vector.
+ Such approach was chosen because of performance considerations.
@subsection hooksmgServerObjects Server-Side Objects
+ Those objects are not accessible by user libraries. Please do not
+ attempt to use them if you are developing user callouts.
+
@subsubsection hooksmgServerHooks Server Hooks
The singleton @ref isc::hooks::ServerHooks object is used to register
@@ -195,7 +199,7 @@
The @ref isc::hooks::CalloutManager is the core of the framework insofar
as the registration and calling of callouts is concerned.
- It maintains a "hook vector - a vector with one element for
+ It maintains a "hook vector" - a vector with one element for
each registered hook. Each element in this vector is itself a
vector (the callout vector), each element of which is a pair of
(library index, callback pointer). When a callout is registered, the
More information about the bind10-changes
mailing list