GitOrigin-RevId: 162bbedad806d3426634f1e9402bda26d737a1d9
This commit is contained in:
parent
722461a6ad
commit
4028f35845
@ -190,6 +190,11 @@ protected:
|
||||
return _status;
|
||||
}
|
||||
|
||||
void setStatus(WithLock, Status status) {
|
||||
invariant(!status.isOK());
|
||||
_status = status;
|
||||
}
|
||||
|
||||
const HostAndPort& getSource() const {
|
||||
return _source;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user