aboutsummaryrefslogtreecommitdiffstats
path: root/config_cmds.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2017-05-03 13:23:21 +0100
committerFreeArtMan <dos21h@gmail.com>2017-05-03 13:23:21 +0100
commit0a24537719de7cab1b4df46e7d6a22564f66ec6a (patch)
treed17f8215843fb4789bf8492ae633ec8cf4e00592 /config_cmds.h
parentc6f5689838de263b8129b7c612cde030617ce780 (diff)
downloadagni-0a24537719de7cab1b4df46e7d6a22564f66ec6a.tar.gz
agni-0a24537719de7cab1b4df46e7d6a22564f66ec6a.zip
Added new commands RUSAGE,LOADAVG
Diffstat (limited to 'config_cmds.h')
-rw-r--r--config_cmds.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/config_cmds.h b/config_cmds.h
index 2ae8574..125708b 100644
--- a/config_cmds.h
+++ b/config_cmds.h
@@ -13,6 +13,8 @@ typedef struct single_cmd_def
#include "cmd_uptime.h"
#include "cmd_version.h"
#include "cmd_ping.h"
+#include "cmd_loadavg.h"
+#include "cmd_rusage.h"
single_cmd_def confgi_cmd_list[] =
{
@@ -20,6 +22,8 @@ single_cmd_def confgi_cmd_list[] =
{"UPTIME",cmd_uptime},
{"VERSION",cmd_version},
{"PING",cmd_ping},
+ {"LOADAVG",cmd_loadavg},
+ {"RUSE",cmd_rusage},
{NULL,NULL}
};