Hello I try to use xenstore in the network backend driver, In my source code, i''ll try to include <xs.h> but, it can''t be found. Is there any reason ? Should I include a different file (I''ve tried <asm-xen/xenbus.h> but when I use any function I''ve got a kernel panic & a reboot)? Regards. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
>>Hello >>I try to use xenstore in the network backend driver, In my sourcecode,>>i''ll try to include <xs.h> but, it can''t be found. Is there any >>reason ? >>Should I include a different file (I''ve tried <asm-xen/xenbus.h> but >>when I use any function I''ve got a kernel panic & a reboot)?>>Regards.>Try <xen/xenbus.h>It won''t work. I have to modify netback.c so I can''t use headers that will be installed in /usr/include. I can only use headers file in xen source code _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel