WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] error: xs.h file not found

To: "xen-users@xxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] error: xs.h file not found
From: Ravi Kumar Madhuranthakam <RaviKumar_Madhuranthakam@xxxxxxxxxxxx>
Date: Thu, 5 Feb 2009 19:32:16 +0530
Accept-language: en-US
Acceptlanguage: en-US
Delivery-date: Thu, 05 Feb 2009 06:01:27 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcmHmlpLJxyM7cFoRg+i2MB36AKBWA==
Thread-topic: error: xs.h file not found

Hi all,

 

I am trying to access xenstore in Dom0 and I am getting error : “xs.h  : No such file or directory”

As well as I don’t see this file anywhere. Please let me know the issue?

 

 

#include <xs.h>

…..

…..

struct xs_handle *xs;

xs_transaction_t th; //transaction ID

char *path;

int fd;

fd_set set;

int er;

struct timeval tv = {.tv_sec = 0, .tv_usec = 0 };

char **vec;

unsigned int num;

char * buf;

unsigned int len;

 

/* Get a connection to the daemon */

xs = xs_daemon_open();

if ( xs == NULL ) error();

….

..

..

..

..

 

 

Regards

Ravi .



http://www.mindtree.com/email/disclaimer.html
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] error: xs.h file not found, Ravi Kumar Madhuranthakam <=