New APIs: set-network and get-network to enable network support.
[libguestfs.git] / src / guestfs-internal.h
index b534b6a..e37c9c2 100644 (file)
@@ -98,6 +98,7 @@ struct guestfs_h
   int autosync;
   int direct;
   int recovery_proc;
   int autosync;
   int direct;
   int recovery_proc;
+  int enable_network;
 
   char *path;                  /* Path to kernel, initrd. */
   char *qemu;                  /* Qemu binary. */
 
   char *path;                  /* Path to kernel, initrd. */
   char *qemu;                  /* Qemu binary. */