From 3951dcbce2f229235b77945b3493524ef970af4f Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Fri, 12 Jun 2020 17:08:12 +0200 Subject: implement CBTS_TAG --- src/raw/types.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/raw') 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 { -- cgit v1.2.3