X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Fglobals.h;h=bc11d6bfdf9e4013d962baa6a09651318cae20ff;hb=da11ce02eb202b3e01d3e2d1b40f248a84430973;hp=b4eb5f6fefdd1637fed75791d7b40f1bbeae3faf;hpb=fd96744998cbd405320ef820d038dd3ee0c87caf;p=collectd.git diff --git a/src/daemon/globals.h b/src/daemon/globals.h index b4eb5f6f..bc11d6bf 100644 --- a/src/daemon/globals.h +++ b/src/daemon/globals.h @@ -1,6 +1,6 @@ /** * collectd - src/globals.h - * Copyright (C) 2017 Florian octo Forster + * Copyright (C) 2017 Google LLC * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -26,10 +26,6 @@ #include -#if HAVE_KSTAT_H -#include -#endif - #ifndef DATA_MAX_NAME_LEN #define DATA_MAX_NAME_LEN 128 #endif @@ -40,8 +36,8 @@ typedef uint64_t cdtime_t; /* hostname_set updates hostname_g */ void hostname_set(char const *hostname); -extern char *hostname_g; -extern cdtime_t interval_g; -extern int pidfile_from_cli; -extern int timeout_g; +extern char *hostname_g; +extern cdtime_t interval_g; +extern int pidfile_from_cli; +extern int timeout_g; #endif /* GLOBALS_H */