Merge pull request #2970 from octo/ff/oauth
authorPavel Rochnyak <pavel2000@ngs.ru>
Thu, 25 Oct 2018 05:05:29 +0000 (12:05 +0700)
committerGitHub <noreply@github.com>
Thu, 25 Oct 2018 05:05:29 +0000 (12:05 +0700)
src/utils_oauth.c: Renew OAuth tokens 30 seconds before they expire.

src/utils_format_stackdriver_test.c

index fa43866..1e96b65 100644 (file)
@@ -20,6 +20,8 @@
  *   Florian Forster <octo at collectd.org>
  **/
 
+#include "collectd.h"
+
 #include "testing.h"
 #include "utils_format_stackdriver.h"