diff options
Diffstat (limited to 'src/raw')
-rw-r--r-- | src/raw/types.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/raw/types.rs b/src/raw/types.rs index 0f840bd..514a8d2 100644 --- a/src/raw/types.rs +++ b/src/raw/types.rs @@ -207,6 +207,9 @@ pub enum CbtStateChange { Error, /// `src_agent` is the agent, `value` is the tag id Tag, + /// `src_agent` is at barrier percent, `dst_agent` is the percentage times 10000 (so 99.5% + /// will be 9950). + BarrierUpdate, } impl Default for CbtStateChange { |