summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index a6e10616..44e45894 100644
--- a/include/common.h
+++ b/include/common.h
@@ -90,6 +90,11 @@
#define SERVICE_ALGORITHM_MAX 1
#define SERVICE_ALGORITHM_MIN 2
+/* Scope of action */
+#define ACTION_SCOPE_TRIGGER 0
+#define ACTION_SCOPE_HOST 1
+#define ACTION_SCOPE_HOSTS 2
+
#define AGENTD_FORKS 5
#define AGENT_MAX_USER_COMMANDS 512