Re: [libvirt] [PATCH v6 3/8] snapshot: Break out virDomainSnapshotObj into its own file

2019-03-15 Thread Ján Tomko
On Fri, Mar 15, 2019 at 12:02:28AM -0500, Eric Blake wrote: snapshot_conf.h was mixing three separate types: the snapshot definition, the snapshot object, and the snapshot object list. Separate out the snapshot object code into its own file, which includes moving a typedef to avoid circular

[libvirt] [PATCH v6 3/8] snapshot: Break out virDomainSnapshotObj into its own file

2019-03-14 Thread Eric Blake
snapshot_conf.h was mixing three separate types: the snapshot definition, the snapshot object, and the snapshot object list. Separate out the snapshot object code into its own file, which includes moving a typedef to avoid circular inclusions. Mostly straight code motion, although I fixed a