X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fdaemon%2Fplugin.h;h=de42c068f536bf462d86659b30d677b9efaaeb1f;hb=5523a080010dcb7a61dc0dccc3969a2a048e52f9;hp=0551951c57db44327a201fed094299bae844cc1a;hpb=a5377cf935630082f2eac2e5f4a538844cc06c8d;p=collectd.git diff --git a/src/daemon/plugin.h b/src/daemon/plugin.h index 0551951c..de42c068 100644 --- a/src/daemon/plugin.h +++ b/src/daemon/plugin.h @@ -39,7 +39,7 @@ #define PLUGIN_FLAGS_GLOBAL 0x0001 #ifndef DATA_MAX_NAME_LEN -# define DATA_MAX_NAME_LEN 64 +# define DATA_MAX_NAME_LEN 128 #endif #define DS_TYPE_COUNTER 0 @@ -201,7 +201,6 @@ typedef void (*plugin_log_cb) (int severity, const char *message, typedef int (*plugin_shutdown_cb) (void); typedef int (*plugin_notification_cb) (const notification_t *, user_data_t *); - /* * NAME * plugin_set_dir