diff options
author | FreeArtMan <dos21h@gmail.com> | 2017-05-03 13:23:21 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2017-05-03 13:23:21 +0100 |
commit | 0a24537719de7cab1b4df46e7d6a22564f66ec6a (patch) | |
tree | d17f8215843fb4789bf8492ae633ec8cf4e00592 /cmd_loadavg.h | |
parent | c6f5689838de263b8129b7c612cde030617ce780 (diff) | |
download | agni-0a24537719de7cab1b4df46e7d6a22564f66ec6a.tar.gz agni-0a24537719de7cab1b4df46e7d6a22564f66ec6a.zip |
Added new commands RUSAGE,LOADAVG
Diffstat (limited to 'cmd_loadavg.h')
-rw-r--r-- | cmd_loadavg.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cmd_loadavg.h b/cmd_loadavg.h new file mode 100644 index 0000000..d3bd9c2 --- /dev/null +++ b/cmd_loadavg.h @@ -0,0 +1,11 @@ +#ifndef __CMD_LOADAVG_H +#define __CMD_LOADAVG_H + +#include <stdlib.h> +#include <stdio.h> + +#include "util.h" + +void *cmd_loadavg(void *data); + +#endif
\ No newline at end of file |