Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Abingcbc committed Dec 27, 2024
1 parent f7b71ab commit cc1f455
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/host_monitor/HostMonitorTimerEvent.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ class HostMonitorTimerEvent : public TimerEvent {
std::chrono::seconds mInterval;
};

HostMonitorTimerEvent(std::chrono::steady_clock::time_point execTime, CollectConfig collectConfig)
: TimerEvent(execTime), mCollectConfig(collectConfig) {}

bool IsValid() const override;
bool Execute() override;

private:
HostMonitorTimerEvent(std::chrono::steady_clock::time_point execTime, CollectConfig collectConfig)
: TimerEvent(execTime), mCollectConfig(collectConfig) {}

CollectConfig mCollectConfig;
};

Expand Down

0 comments on commit cc1f455

Please sign in to comment.