src/daemon/utils_time.h: Use composite literals in all macros.
authorFlorian Forster <octo@collectd.org>
Wed, 26 Oct 2016 15:09:17 +0000 (17:09 +0200)
committerFlorian Forster <octo@collectd.org>
Wed, 26 Oct 2016 15:09:19 +0000 (17:09 +0200)
commita9f509bacfda6be6882527a16563f260e4373246
treee5b4131fd94e2a047e65df8b1b842c9d3b6077a8
parenta762b2b4a6d804139c9ab5f47afacc1a88d6c0c1
src/daemon/utils_time.h: Use composite literals in all macros.

This allows to take the address of all these macros. Unfortunately, this
means we require special macors for initializing static variables, but
fortunately this is not very commonly done.
src/daemon/plugin.c
src/daemon/utils_time.h
src/rrdtool.c