rsstats
0.0.1
Redis Enterprise Statistic collector
clusterlst.h
Go to the documentation of this file.
1
21
#ifndef __CLUSTERLST_H__
22
#define __CLUSTERLST_H__
23
24
#include "
cluster.h
"
25
26
extern
void (*
clusterlist_add
)(
cluster_t
* cluster);
27
extern
cluster_t
* (*clusterlist_find) (
const
char
* host);
28
extern
cluster_t
* (*clusterlist_first)();
29
extern
cluster_t
* (*clusterlist_next)();
30
extern
cluster_t
* (*clusterlist_get)();
31
32
#endif
/* __CLUSTERLST_H__ */
33
/* vim: set tw=80: */
cluster.h
<+DETAILED+>
clusterlist_add
void(* clusterlist_add)(cluster_t *cluster)
Definition:
clusterlst.c:60
cluster_s
Definition:
cluster.h:24
rsstats-0.0.1
src
clusterlst.h
Generated by
1.9.4