diff options
Diffstat (limited to 'src/raw')
-rw-r--r-- | src/raw/types.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/raw/types.rs b/src/raw/types.rs index 820d7a5..fe4a907 100644 --- a/src/raw/types.rs +++ b/src/raw/types.rs @@ -201,6 +201,8 @@ pub enum CbtStateChange { BreakbarPercent, /// `time` is the start of the error string. Error, + /// `src_agent` is the agent, `value` is the tag id + Tag, } impl Default for CbtStateChange { |