rsstats 0.0.1
Redis Enterprise Statistic collector
rptcluster.h
Go to the documentation of this file.
1
21#ifndef __RPTCLUSTER_H__
22#define __RPTCLUSTER_H__
23
24#include <stdio.h>
25#include "cluster.h"
26
27void report_cluster(FILE* reportfile, const cluster_t* cluster);
28void report_cluster_header(FILE* reportfile);
29
30#endif /* __RPTCLUSTER_H__ */
31/* vim: set tw=80: */
<+DETAILED+>
void report_cluster(FILE *reportfile, const cluster_t *cluster)
Definition: rptcluster.c:79
void report_cluster_header(FILE *reportfile)
Definition: rptcluster.c:38