commit | e98bf3e6d7d33ccf82b16f010779cd5f841abd87 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@nordicsemi.no> | Wed Jan 22 19:03:10 2025 +0200 |
committer | Benjamin Cabé <kartben@gmail.com> | Fri Feb 07 17:47:12 2025 +0100 |
tree | 92eeadd4815aa3042ae9ab22cbca8858842c28df | |
parent | 3ed8151b008e4d44f866a8ce79335945281d9200 [diff] |
net: dns: Use dispatcher context in callbacks Feed the dispatcher context to dispatcher callbacks instead of resolver or responder context. The callback can then use the proper context because the dispatcher context contains those two context. This allows dispatcher callback to utilize all the information (like interface etc) stored in dispatcher context. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>