diff options
Diffstat (limited to 'libunbound/context.h')
| -rw-r--r-- | libunbound/context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libunbound/context.h b/libunbound/context.h index c0fc80e57be4..090df345b0e7 100644 --- a/libunbound/context.h +++ b/libunbound/context.h @@ -167,6 +167,8 @@ struct ctx_query { ub_event_callback_type cb_event; /** for async query, the callback user arg */ void* cb_arg; + /** for async query the unique info */ + void* unique_info; /** answer message, result from resolver lookup. */ uint8_t* msg; |
