rsstats 0.0.1
Redis Enterprise Statistic collector
rptsample.h
Go to the documentation of this file.
1
19#ifndef __RPTSAMPLE_H__
20#define __RPTSAMPLE_H__
21
22#include <stdio.h>
23#include "cluster.h"
24
25void report_sample(FILE* reportfile, const cluster_t* cluster);
26void report_sample_header(FILE* reportfile);
27
28#endif /* __RPTSAMPLE_H__ */
29/* vim: set tw=80: */
<+DETAILED+>
void report_sample(FILE *reportfile, const cluster_t *cluster)
Definition: rptsample.c:42
void report_sample_header(FILE *reportfile)
Definition: rptsample.c:36