mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-07 01:30:13 +00:00
Add constructor/destructor to stats_manager
This ensures m_total is properly initialized. Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
This commit is contained in:
@@ -27,6 +27,9 @@ limitations under the License.
|
||||
class stats_manager
|
||||
{
|
||||
public:
|
||||
stats_manager();
|
||||
virtual ~stats_manager();
|
||||
|
||||
/*!
|
||||
\brief Erases the internal state and statistics data
|
||||
*/
|
||||
|
Reference in New Issue
Block a user