summaryrefslogtreecommitdiffstats
path: root/parser
diff options
context:
space:
mode:
authorStelios Fragkakis <52996999+stelfrag@users.noreply.github.com>2020-07-17 00:00:00 +0300
committerGitHub <noreply@github.com>2020-07-17 00:00:00 +0300
commit5871b37cf64d92f9ef7e89d0a3813c1c4bfcf203 (patch)
treee6b85a43db0999d9019320205a1c5deb1acbbeb0 /parser
parent36f0ad220ee6fa0ef5968047b4547bb9c31bcca3 (diff)
Implemented the HOST command in metadata log replay (#9489)
Diffstat (limited to 'parser')
-rw-r--r--parser/parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/parser/parser.h b/parser/parser.h
index 64127a71d1..86a837e803 100644
--- a/parser/parser.h
+++ b/parser/parser.h
@@ -35,6 +35,8 @@ typedef struct pluginsd_action {
PARSER_RC (*guid_action)(void *user, uuid_t *uuid);
PARSER_RC (*context_action)(void *user, uuid_t *uuid);
PARSER_RC (*tombstone_action)(void *user, uuid_t *uuid);
+ PARSER_RC (*host_action)(void *user, char *machine_guid, char *hostname, char *registry_hostname, int update_every, char *os,
+ char *timezone, char *tags);
} PLUGINSD_ACTION;
typedef enum parser_input_type {