Code

plugin: Add a new type of timeseries-fetcher plugins.
authorSebastian Harl <sh@tokkee.org>
Wed, 7 Sep 2016 03:45:17 +0000 (23:45 -0400)
committerSebastian Harl <sh@tokkee.org>
Wed, 7 Sep 2016 03:47:34 +0000 (23:47 -0400)
commit7df1cbe4d58dd82f9ea323647bedf18e62ddb965
tree4c2e9fd3c4eb9169dfbe8197f27a7f5b56dc7d6a
parent562eaff4241f9b2428fdec9e26a10f41f681053d
plugin: Add a new type of timeseries-fetcher plugins.

The new type (soon to replace the old) bundles a DESCRIBE callback along with
the actual fetch callback. DESCRIBE can be used to retrieve information about
a timeseries.
src/core/plugin.c
src/include/core/plugin.h
src/include/core/timeseries.h