25 NeighborsAndRelationships neighbors_and_relationships,
26 bool should_acknowledge =
false);
28 NeighborsAndRelationships getNeighborsToUpdate()
const;
29 bool getShouldAcknowledge()
const;
31 SERIALIZE(header_, neighbors_and_relationships_, should_acknowledge_);
42 bool validateImpl()
const;
45 NeighborsAndRelationships neighbors_and_relationships_;
47 bool should_acknowledge_ =
false;