Code

core: Changed internal API to allow for per-plugin intervals.
[collectd.git] / src / cpython.h
index 4b8aa72143167864ff575147c5ef19949997ab50..4eb942de034cf5763e9e6988f426c9012c656402 100644 (file)
@@ -161,6 +161,8 @@ static inline PyObject *cpy_string_to_unicode_or_bytes(const char *buf) {
 
 void cpy_log_exception(const char *context);
 
+cdtime_t cpy_get_plugin_interval(void);
+
 /* Python object declarations. */
 
 typedef struct {