Code

Store a separate last_update timestamp for metric stores.
authorSebastian Harl <sh@tokkee.org>
Sun, 4 Sep 2016 16:53:29 +0000 (12:53 -0400)
committerSebastian Harl <sh@tokkee.org>
Sun, 4 Sep 2016 16:53:29 +0000 (12:53 -0400)
commit1bde17786b9a0b342daae5faa46a54b3eeab6558
tree3c26c320a4ae628ff281f664726099395bea077b
parente5cdc52af5132aba291c623cada6ef585eb72089
Store a separate last_update timestamp for metric stores.

Currently, it is (at least) the same as the metric's last_update timestamp.
We'll need this later when supporting multiple metric stores.
src/core/memstore-private.h
src/core/memstore.c
src/core/plugin.c
src/frontend/query.c
src/include/core/store.h
src/plugins/backend/collectd/unixsock.c
t/integration/mock_plugin.c
t/unit/core/store_test.c