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