Skip to content

bridge descriptor dormancy: Define an enum and semantics

Ian Jackson requested to merge Diziet/arti:bdm-dormant into main

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:

  1. Is this semantics correct?
  2. Should set_dormancy be part of BridgeDescProvider?

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.

Merge request reports