main: Add "--monitor-fd" to write structured event data to

If supplied then structured JSON event data will be written to that file
descriptor.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2021-02-17 11:19:39 +00:00
parent ddbef7450d
commit 4822ed79e1
3 changed files with 25 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -222,6 +222,7 @@ dependencies = [
"credibility",
"dirs",
"epoll",
"event_monitor",
"hypervisor",
"lazy_static",
"libc",