X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Fcore%2Fplugin.c;fp=src%2Fcore%2Fplugin.c;h=0bf785d571a29b57ac9ecba7d9f34dd1dc6d6b5a;hp=92fa8866981f6e5b4623100498c04d7e5567f0d8;hb=bb7b99fec92dc9ea1c7ce70e050f4d97fec47ded;hpb=5f7e0ee1cf668eaaec097d8f2fa0753b0c089946 diff --git a/src/core/plugin.c b/src/core/plugin.c index 92fa886..0bf785d 100644 --- a/src/core/plugin.c +++ b/src/core/plugin.c @@ -1735,9 +1735,8 @@ sdb_plugin_store_metric(const char *hostname, const char *name, if (store) { if (store->last_update < last_update) store->last_update = last_update; - metric.store.type = store->type; - metric.store.id = store->id; - metric.store.last_update = store->last_update; + metric.stores = store; + metric.stores_num = 1; } metric.last_update = last_update ? last_update : sdb_gettime(); if (get_interval(SDB_METRIC, cname, -1, NULL, name,