sammler/rrdtool.h

11 lines
276 B
C
Raw Normal View History

2006-06-13 21:34:36 +02:00
#ifndef _RRDTOOL_H_
#define _RRDTOOL_H_
2006-09-30 22:55:04 +02:00
#ifdef WITH_RRD
2007-04-01 01:32:59 +02:00
int rrd_submit(const char *hostname, struct sammler_plugin *plugin, const char *filename, int ds_id, const char *data);
2006-09-30 22:55:04 +02:00
#else
#define rrd_submit(hostname, plugin, filename, ds_id, data)
#endif
2006-06-13 21:34:36 +02:00
#endif /* _RRDTOOL_H_ */