commit | d1f779d88f96ee42cb0decf1ca656c6a38def7f7 | [log] [tgz] |
---|---|---|
author | Yuyang Huang <yuyanghuang@google.com> | Tue Nov 07 14:39:49 2023 +0900 |
committer | Yuyang Huang <yuyanghuang@google.com> | Thu Nov 09 15:49:34 2023 +0900 |
tree | b44b095546f6805d25298030a8f8051419015336 | |
parent | 9f76411b6372774090de76c76e04dd9fe15ac22a [diff] |
Move 'isProbing' field from RecordInfo to ServiceRegistration Move the 'isProbing' field from RecordInfo to ServiceRegistration class. The 'isProbing' state is tightly coupled to each registration, rather than each record. This refactor simplifies the RecordInfo class, which is necessary for future updates to support updating RecordInfo in place. Bug: 300560526 Test: TH Change-Id: Ic7a5514fe5ce3262896ef34a6b629780da022f30