X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fcpython.h;h=38951c0fb348fb8179f4dedd1b436bcdebcfc8e7;hp=69a4298d662e0f8d66d9f223c2cb900c4f511bae;hb=7111bb6df7628edce3a8e538b386fbe27633a191;hpb=07c09de5e28055a5a0f43067d51211e97039fa82 diff --git a/src/cpython.h b/src/cpython.h index 69a4298d..38951c0f 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;