diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2020-09-03 14:24:03 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2020-09-03 14:24:15 +0200 |
commit | 969c3f1aba6633a32fe785465bce32b0b4954dd1 (patch) | |
tree | e53e4f505a6b837cac3d7b8f861fbc7a64e531ef /doc/migration.rst | |
parent | contrib/sockaddr: abandon __POSIX_VISIBLE define (diff) | |
download | knot-969c3f1aba6633a32fe785465bce32b0b4954dd1.tar.xz knot-969c3f1aba6633a32fe785465bce32b0b4954dd1.zip |
doc/migration: add query module API change
Diffstat (limited to 'doc/migration.rst')
-rw-r--r-- | doc/migration.rst | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/migration.rst b/doc/migration.rst index 63747bb35..e45fbe299 100644 --- a/doc/migration.rst +++ b/doc/migration.rst @@ -184,7 +184,17 @@ Miscellaneous changes Upgrade 2.9.x to 3.0.x ====================== -Knot DNS version 3.0.x is fully compatible with 2.9.x. +Knot DNS version 3.0.x is functionally compatible with 2.9.x. + +Query module API change +----------------------- + +The following functions require additional parameter (thread id – ``qdata->params->thread_id``) +on the second position:: + + knotd_mod_stats_incr() + knotd_mod_stats_decr() + knotd_mod_stats_store() Building notes -------------- |