plugin_mock.c: Declare "kc".
[collectd.git] / src / daemon / plugin_mock.c
index 8652880..f7bf1c0 100644 (file)
 
 #include "plugin.h"
 
+#if HAVE_LIBKSTAT
+kstat_ctl_t *kc = NULL;
+#endif /* HAVE_LIBKSTAT */
+
 void plugin_log (int level, char const *format, ...)
 {
   char buffer[1024];