bridge descriptor dormancy: Define an enum and semantics
This is part of #630 (closed).
I plan that there will be a new method on BridgeDescMgr
set_dormancy
, and a new argument to the constructor.
Splitting this off now to get feedback on two questions:
- Is this semantics correct?
- Should
set_dormancy
be part ofBridgeDescProvider
?
If the answer to Q2 is "yes", the type I'm adding in this MR needs to move down the stack.
Assigning @nickm as reviewer since as the author of the consuming code I think he knows the answer to these questions.