diff options
author | Stephen Morris <stephen@isc.org> | 2014-07-04 18:31:09 +0200 |
---|---|---|
committer | Stephen Morris <stephen@isc.org> | 2014-07-04 18:31:09 +0200 |
commit | bcdb6c332c54a02e24ebc81b20903314322b8f88 (patch) | |
tree | 5cc6b250971f3f09d7fae9f9320c4d8112ad8713 /src/lib/hooks/hooks_component_developer.dox | |
parent | [3396] ChangeLog updated. (diff) | |
download | kea-bcdb6c332c54a02e24ebc81b20903314322b8f88.tar.xz kea-bcdb6c332c54a02e24ebc81b20903314322b8f88.zip |
[3396] Small changes to .dox files made during review
Diffstat (limited to 'src/lib/hooks/hooks_component_developer.dox')
-rw-r--r-- | src/lib/hooks/hooks_component_developer.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/hooks/hooks_component_developer.dox b/src/lib/hooks/hooks_component_developer.dox index ee7b99716c..ef469a44cf 100644 --- a/src/lib/hooks/hooks_component_developer.dox +++ b/src/lib/hooks/hooks_component_developer.dox @@ -21,7 +21,7 @@ The hooks framework is a Kea system that simplifies the way that users can write code to modify the behavior of Kea. Instead of altering the Kea source code, they write functions that are compiled and linked into a shared library. The library is specified in the Kea -configuration and during run time Kea dynamically loads the library +configuration and at run time Kea dynamically loads the library into its address space. At various points in the processing, the component "calls out" to functions in the library, passing to them the data is it currently working on. They can examine and modify the data as required. @@ -37,7 +37,7 @@ during its execution, see the document @ref hooksdgDevelopersGuide. In the remainder of this guide, the following terminology is used: -- Component - a Kea process, e.g. a DHCPv4 or DHCPv6 server. +- Component - a Kea process, e.g. the DHCPv4 or DHCPv6 server. - Hook/Hook Point - used interchageably, this is a point in the code at which a call to user-written functions is made. Each hook has a name and |