apibuild.py mistakes these as being a continuation of the
previous comment.
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
not just children, when
listing a snapshot */
- /* For historical reasons, groups do not use contiguous bits. */
-
VIR_DOMAIN_SNAPSHOT_LIST_LEAVES = (1 << 2), /* Filter by snapshots
with no children */
VIR_DOMAIN_SNAPSHOT_LIST_NO_LEAVES = (1 << 3), /* Filter by snapshots
VIR_DOMAIN_UNDEFINE_CHECKPOINTS_METADATA = (1 << 4), /* If last use of domain,
then also remove any
checkpoint metadata */
-
- /* Future undefine control flags should come here. */
} virDomainUndefineFlagsValues;