Code

store: Added core support for “metrics” objects.
authorSebastian Harl <sh@tokkee.org>
Sat, 2 Aug 2014 22:07:29 +0000 (00:07 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 2 Aug 2014 22:07:29 +0000 (00:07 +0200)
commitdfa8850d084337223b41c03385317bf7359c8643
treed9499e5af6cc1d8ec71b2f1a019679257c441d54
parenta9b9b0c537307cc3c4eaac1fb6c0bf4f29dbf9fc
store: Added core support for “metrics” objects.

This is going to be used to store information about available metrics (in the
broadest sense). A metric is any kind of queryable value like performance
data.
src/core/store-private.h
src/core/store.c
src/core/store_lookup.c
src/include/core/store.h
t/unit/core/store_test.c