X-RT-Incoming-Encryption: Not encrypted In-Reply-To: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 Message-ID: <20170803160807.GA15858@jurassic> X-RT-Interface: Email Delivered-To: bind9-public@bugs.isc.org Date: Thu, 3 Aug 2017 21:38:07 +0530 References: <20170803031146.GA24147@jurassic> X-RT-Original-Encoding: utf-8 MIME-Version: 1.0 Return-Path: To: "Mukund Sivaraman via RT" From muks@isc.org Thu Aug 3 16:08:17 2017 X-Original-To: bind9-public@bugs.isc.org Subject: Re: [ISC-Bugs #45676] Include fctx in fetchevent Received: from mx.pao1.isc.org (mx.pao1.isc.org [IPv6:2001:4f8:0:2::2b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.pao1.isc.org", Issuer "COMODO RSA Organization Validation Secure Server CA" (not verified)) by bugs.isc.org (Postfix) with ESMTPS id 848F6D78A3E for ; Thu, 3 Aug 2017 16:08:17 +0000 (UTC) Received: from mail.banu.com (mail.banu.com [46.4.129.225]) by mx.pao1.isc.org (Postfix) with ESMTP id C4CD234B0D9 for ; Thu, 3 Aug 2017 16:08:14 +0000 (UTC) Received: from jurassic (unknown [115.118.215.253]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.banu.com (Postfix) with ESMTPSA id AAC5C56A0819; Thu, 3 Aug 2017 16:08:11 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mx.pao1.isc.org Content-Disposition: inline User-Agent: Mutt/1.8.3 (2017-05-23) content-type: text/plain; charset="utf-8" From: "Mukund Sivaraman" RT-Message-ID: Content-Length: 392 > When a fetchevent gets delivered, the fetch context associated with it > (which contains a lot of useful information such as fctx->rmessage) > isn't available to the callback. This is inconvenient for debugging > purposes, and we should include this pointer within the fetchevent > struct. It looks like this is included as fetchevent->fetch->private, so rejecting this ticket. Mukund