summaryrefslogtreecommitdiff
path: root/cmd/cmd_rusage.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2017-05-20 13:43:49 +0100
committerFreeArtMan <dos21h@gmail.com>2017-05-20 13:43:49 +0100
commit126fa84b8591c3b285b7f598089451aa22447f10 (patch)
tree29eb78cd41870a1e4211e45b8e551a94b401ffe7 /cmd/cmd_rusage.h
parentc03a145002445eaaa814e3f133c9a28f991bb860 (diff)
downloadagni-126fa84b8591c3b285b7f598089451aa22447f10.tar.gz
agni-126fa84b8591c3b285b7f598089451aa22447f10.zip
Moved commands to seperate directory, moved external sources to seperate directory, updated Makefile with auto include and auto compile features
Diffstat (limited to 'cmd/cmd_rusage.h')
-rw-r--r--cmd/cmd_rusage.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/cmd/cmd_rusage.h b/cmd/cmd_rusage.h
new file mode 100644
index 0000000..5e35317
--- /dev/null
+++ b/cmd/cmd_rusage.h
@@ -0,0 +1,14 @@
+#ifndef __CMD_RUSAGE_H
+#define __CMD_RUSAGE_H
+
+#include <stdlib.h>
+#include <stdio.h>
+
+#include <sys/time.h>
+#include <sys/resource.h>
+
+#include "util.h"
+
+void *cmd_rusage(void *data);
+
+#endif \ No newline at end of file