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