WIP
This commit is contained in:
@@ -529,8 +529,6 @@ impl CaConnSet {
|
||||
value: ChannelStateValue::Active(ActiveChannelState::WaitForStatusSeriesId {
|
||||
since: SystemTime::now(),
|
||||
}),
|
||||
running_cmd_id: None,
|
||||
health_timeout_count: 0,
|
||||
};
|
||||
self.channel_states.insert(ch.clone(), item);
|
||||
self.channel_states.get_mut(&ch).unwrap()
|
||||
|
||||
@@ -133,8 +133,6 @@ pub enum ChannelStateValue {
|
||||
#[derive(Debug, Clone, Serialize)]
|
||||
pub struct ChannelState {
|
||||
pub value: ChannelStateValue,
|
||||
pub running_cmd_id: Option<usize>,
|
||||
pub health_timeout_count: usize,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Serialize)]
|
||||
|
||||
Reference in New Issue
Block a user