From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: Question on Xenstore watch Date: Fri, 23 Sep 2011 16:31:49 -0400 Message-ID: <20110923203148.GA24199@phenom.oracle.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Daniel Castro Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Sat, Sep 24, 2011 at 12:31:21AM +0900, Daniel Castro wrote: > Hello All, > > I am trying to set up a watch on xentore. According to the > documentation xenstore.txt a watch is simply done with the path to the > node that the path is going to set, but according to the definitive > guide to xen, it is done like a write, path to node and key to be > watched. I have tried both and both fail. Probably I have something xs_watch(fd, "/local/domain/23/console/vnc-port","5001"); ?