From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Mon, 1 Feb 2016 23:03:23 +0100 From: cinap_lenrek@felloff.net To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Fwd: lib9p: Add clunk callback to Srv struct Topicbox-Message-UUID: 80e9fafe-ead9-11e9-9d60-3106f5b1d025 > Is there a reason why lib9p doesn't have a clunk function pointer in Srv struct? what about Srv.destroyfid()? Destroyfid When a Fid's reference count drops to zero (i.e., it has been clunked and there are no outstanding requests referring to it), destroyfid is called to allow the program to dispose of the fid->aux pointer. -- cinap