X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fplugin.h;h=a6f89a0ec37697ef11c61ffdc03312494aa06e22;hb=b5cac450499d563e64a499082866acf846200410;hp=91a61b2ecb2516de31f5f329114ed4b9c2ef05f7;hpb=9ac03988a7a3ad7fcae1e16cb97be422ed9d36a2;p=collectd.git diff --git a/src/plugin.h b/src/plugin.h index 91a61b2e..a6f89a0e 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -119,12 +119,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;