mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-08-01 07:43:30 +00:00
7 lines
76 B
C
7 lines
76 B
C
#ifndef SYS_UTILS_H
|
|
#define SYS_UTILS_H
|
|
|
|
double get_load_avg(void);
|
|
|
|
#endif
|