Common stuff now builds as a library.
[collectd.git] / src / daemon / globals.h
1 #ifndef GLOBALS_H
2 #define GLOBALS_H
3
4 #include <inttypes.h>
5
6 /* Type for time as used by "utils_time.h" */
7 typedef uint64_t cdtime_t;
8
9 extern char       hostname_g[];
10 extern const int  hostname_g_size;
11 extern cdtime_t   interval_g;
12 extern int        pidfile_from_cli;
13 extern int        timeout_g;
14 #endif /* GLOBALS_H */