author | Florian Forster <octo@collectd.org> | |
Wed, 26 Oct 2016 14:46:29 +0000 (16:46 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Wed, 26 Oct 2016 14:46:29 +0000 (16:46 +0200) | ||
commit | a762b2b4a6d804139c9ab5f47afacc1a88d6c0c1 | |
tree | 5d84f76c9ddfb0697f309d3fa15c7fb0d32f3cf0 | tree | snapshot |
parent | bf70b5ba18d3fc58f976f2923ecf7135900537a7 | commit | diff |
src/daemon/utils_time.h: Return structs from CDTIME_T_TO_TIME{VAL,SPEC}.
Since these are macros use composite literals, you can even take the
address of these struct, which is very handy for calling nanosleep()
and friends.
Since these are macros use composite literals, you can even take the
address of these struct, which is very handy for calling nanosleep()
and friends.