X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcpython.h;h=5389e7e8178c7328503fb725c3ee4037a3e5ae52;hb=970765372717ce052a85c06d2d626f466ffaa0b6;hp=41170404368bcbb49cf83ec997ceb808f4877249;hpb=867ad628dc6fcd05bd584b605d7093cfc00c3d07;p=collectd.git diff --git a/src/cpython.h b/src/cpython.h index 41170404..5389e7e8 100644 --- a/src/cpython.h +++ b/src/cpython.h @@ -145,7 +145,7 @@ void cpy_log_exception(const char *context); typedef struct { PyObject_HEAD /* No semicolon! */ - PyObject *parent; /* Config */ + PyObject *parent; /* Config */ PyObject *key; /* String */ PyObject *values; /* Sequence */ PyObject *children; /* Sequence */ @@ -154,7 +154,7 @@ extern PyTypeObject ConfigType; typedef struct { PyObject_HEAD /* No semicolon! */ - double time; + double time; char host[DATA_MAX_NAME_LEN]; char plugin[DATA_MAX_NAME_LEN]; char plugin_instance[DATA_MAX_NAME_LEN];