X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcpython.h;h=11e64fa62f20850c450b8d1362d7f6a5c0a67037;hb=a503c54a95d139f117650a0e6d80e6edfe81e8bf;hp=69a4298d662e0f8d66d9f223c2cb900c4f511bae;hpb=07c09de5e28055a5a0f43067d51211e97039fa82;p=collectd.git diff --git a/src/cpython.h b/src/cpython.h index 69a4298d..11e64fa6 100644 --- a/src/cpython.h +++ b/src/cpython.h @@ -181,6 +181,7 @@ extern PyTypeObject ValuesType; typedef struct { PluginData data; + PyObject *meta; /* dict */ int severity; char message[NOTIF_MAX_MSG_LEN]; } Notification;