| 498 | } |
| 499 | |
| 500 | void ConfigBroadcaster::applyChanges(Standalone<VectorRef<VersionedConfigMutationRef>> const& changes, |
| 501 | Version mostRecentVersion, |
| 502 | Standalone<VectorRef<VersionedConfigCommitAnnotationRef>> const& annotations, |
| 503 | std::vector<ConfigFollowerInterface> const& readReplicas) { |
| 504 | impl->applyChanges(changes, mostRecentVersion, annotations, readReplicas); |
| 505 | } |
| 506 | |
| 507 | void ConfigBroadcaster::applySnapshotAndChanges( |
| 508 | std::map<ConfigKey, KnobValue> const& snapshot, |
no outgoing calls