New API: set-smp, get-smp
[libguestfs.git] / src / guestfs-internal.h
index c0a2be4..494003e 100644 (file)
@@ -170,6 +170,8 @@ struct guestfs_h
 
   int pgroup;                   /* Create process group for children? */
 
+  int smp;                      /* If > 1, -smp flag passed to qemu. */
+
   char *last_error;
   int last_errnum;              /* errno, or 0 if there was no errno */