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
26extern void (*clusterlist_add)(cluster_t* cluster);
27extern cluster_t* (*clusterlist_find) (const char* host);
28extern cluster_t* (*clusterlist_first)();
29extern cluster_t* (*clusterlist_next)();
30extern cluster_t* (*clusterlist_get)();
31
32#endif /* __CLUSTERLST_H__ */
33/* vim: set tw=80: */
<+DETAILED+>
void(* clusterlist_add)(cluster_t *cluster)
Definition: clusterlst.c:82