X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fplugin.h;h=dc3bbb0809fb3da3cabcd73dca44060799ab470e;hb=fb2742be4ab8868f67f563e0381ea98f1f0a8d87;hp=3ffde461b07da1baf684a2189bf0f6eba90e6214;hpb=2c2e9a297f59c110ddd4adef6293fe80f39f15b7;p=collectd.git diff --git a/src/plugin.h b/src/plugin.h index 3ffde461..dc3bbb08 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -114,12 +114,12 @@ typedef struct notification_meta_s enum notification_meta_type_e type; union { - const char *value_string; - int64_t value_signed_int; - uint64_t value_unsigned_int; - double value_double; - bool value_boolean; - }; + const char *nm_string; + int64_t nm_signed_int; + uint64_t nm_unsigned_int; + double nm_double; + bool nm_boolean; + } nm_value; struct notification_meta_s *next; } notification_meta_t;