rrd_api_stats.h 367 B

12345678910111213141516171819
  1. // SPDX-License-Identifier: GPL-3.0-or-later
  2. /** @file rrd_api_stats.h
  3. * @brief Incudes the structure and function definitions
  4. * for logs management stats charts.
  5. */
  6. #ifndef RRD_API_STATS_H_
  7. #define RRD_API_STATS_H_
  8. #include "daemon/common.h"
  9. struct File_info;
  10. #include "../file_info.h"
  11. void stats_charts_init(void *arg);
  12. #endif // RRD_API_STATS_H_