diff options
Diffstat (limited to 'src/bin/d2/d2_hooks.dox')
-rw-r--r-- | src/bin/d2/d2_hooks.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/d2/d2_hooks.dox b/src/bin/d2/d2_hooks.dox index a01525b5d4..9fe8ebbc0a 100644 --- a/src/bin/d2/d2_hooks.dox +++ b/src/bin/d2/d2_hooks.dox @@ -57,7 +57,7 @@ to the end of this list. its (re)configuration. The server provides received and parsed configuration structures to the hook library. If the library uses any IO operations, it should create a local IOService - object and register it to the IOServiceMgr. This way the local IOService is + object and register it with the IOServiceMgr. This way the local IOService is used by the server to run asynchronous operations. The hooks library can use the local IOService object to schedule asynchronous tasks which are triggered by the D2 server's main loop. The hook library can use the local IOService |