X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fmemory.c;h=2d90de3c78888210611780338622bb9a3e2b5396;hb=9b626288aff81c68fe19210a58b4a32eeefde9d3;hp=63c3e6ac12c5bfa63d5078ff9f0527c25b173974;hpb=20f9591f4a37e0cf9bd7f8d9206c4c51a0617a63;p=collectd.git diff --git a/src/memory.c b/src/memory.c index 63c3e6ac..2d90de3c 100644 --- a/src/memory.c +++ b/src/memory.c @@ -1,6 +1,6 @@ /** * collectd - src/memory.c - * Copyright (C) 2005-2007 Florian octo Forster + * Copyright (C) 2005-2008 Florian octo Forster * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -111,7 +111,6 @@ static void memory_submit (const char *type_instance, gauge_t value) vl.values = values; vl.values_len = 1; - vl.time = time (NULL); sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "memory", sizeof (vl.plugin)); sstrncpy (vl.type, "memory", sizeof (vl.type));