Merge branch 'collectd-5.7' into collectd-5.8
[collectd.git] / src / cpython.h
index 69a4298..38951c0 100644 (file)
@@ -181,6 +181,7 @@ extern PyTypeObject ValuesType;
 
 typedef struct {
   PluginData data;
+  PyObject *meta;   /* dict */
   int severity;
   char message[NOTIF_MAX_MSG_LEN];
 } Notification;