X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fguestfs-structs.h;h=b3751cd5a56c4639a999a07910e295c07f3d6370;hb=946eec285f634e51b3ea6416a6d7947427c66797;hp=45ce1316c566831a1e1d9453f6631bf6b93b1e7a;hpb=73d6932ab2dd3f9120a1f4a532621c07cb174705;p=libguestfs.git diff --git a/src/guestfs-structs.h b/src/guestfs-structs.h index 45ce131..b3751cd 100644 --- a/src/guestfs-structs.h +++ b/src/guestfs-structs.h @@ -19,6 +19,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +struct guestfs_int_bool { + int32_t i; + int32_t b; +}; + struct guestfs_lvm_pv { char *pv_name; char pv_uuid[32]; /* this is NOT nul-terminated, be careful when printing */