mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 18:07:20 +00:00
added #define PROC_STAT "/proc/stat"
This commit is contained in:
parent
bdf2dd257a
commit
339b8f43a9
5 changed files with 26 additions and 23 deletions
|
@ -1,6 +1,8 @@
|
|||
#ifndef COMMON_H
|
||||
#define COMMON_H
|
||||
|
||||
#define PROC_STAT "/proc/stat"
|
||||
|
||||
int writeyes(void);
|
||||
int writeno(const char *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue