[Libvir] Using libvir ..

dasari dakshina dakshi80 at yahoo.com
Wed Feb 1 04:40:47 UTC 2006


Resending my earlier query ..
Hello,
I have tried writing a simple program.
I have compiled it with
cc xmlist.c -L
/usr/src/redhat/BUILD/libvir-0.0.1/src/.libs -lvir -o
xmlist
But am getting an error on trying after the
virConnectOpen call .
Any help would be appreciated .
                 Rgds,
                 Dakshina


Here is the code :xmlist.c

#include <stdio.h>
#include <libvir.h>

main(){
virConnectPtr conn;
int *domids ;
int maxids = 20;
int numDoms=-1;
conn=virConnectOpen("");
if(conn == NULL){
  printf("Error : Could not open a connection \n");
  return(-1);
}

numDoms=virConnectListDomains(conn,domids,maxids);

printf("The number of domains %d\n",numDoms);
printf("The number of! domains %d\n",
virConnectNumOfDomains(conn));
}
 cc xmlist.c -L
/usr/src/redhat/BUILD/libvir-0.0.1/src/.libs -lvir -o
xmlist



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




More information about the libvir-list mailing list