From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Duffy Subject: Re: xenstore watches not firing for external-to-xend code using xen.xend.xenstore classes Date: Thu, 09 Feb 2006 11:16:11 -0600 Message-ID: <43EB78DB.5070302@spamcop.net> References: <20060209165541.GA3151@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20060209165541.GA3151@localhost.localdomain> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ewan Mellor Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Ewan Mellor wrote: > callback needs to return True to say that it would like to stay > registered. As it is, you are returning nothing, which looks like > False, which means your callback is deregistered after the first call. > That was it, indeed. Thanks!