tokkee.org
Code
projects
/
collectd.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
write_mongodb plugin: malloc + memset -> calloc
[collectd.git]
/
src
/
write_riemann_threshold.h
1
#ifndef WRITE_RIEMANN_THRESHOLD_H
2
#define WRITE_RIEMANN_THRESHOLD_H
3
4
int write_riemann_threshold_check(const data_set_t *, const value_list_t *, int *);
5
6
#endif