Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
/*
* summarize pg contents for purposes of a scrub
+ *
+ * If members are added to ScrubMap, make sure to modify swap().
*/
struct ScrubMap {
struct object {
swap(objects, r.objects);
swap(valid_through, r.valid_through);
swap(incr_since, r.incr_since);
+ swap(has_large_omap_object_errors, r.has_large_omap_object_errors);
+ swap(has_omap_keys, r.has_omap_keys);
}
void encode(ceph::buffer::list& bl) const;