Break out filesystem watcher into separate file
EventServiceManager is very large. Break out two of the functions, and
the global variables into a separate compile unit.
Code is copied as-is, with no improvements made in this patch.
Tested: At end of series.
Change-Id: I89a3605885e5bafa86a6083f1ff8c5db3bb8daf9
Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/meson.build b/meson.build
index 86b0ed4..6fa3aa5 100644
--- a/meson.build
+++ b/meson.build
@@ -343,6 +343,7 @@
'http/mutual_tls.cpp',
'redfish-core/src/error_messages.cpp',
'redfish-core/src/event_log.cpp',
+ 'redfish-core/src/filesystem_log_watcher.cpp',
'redfish-core/src/filter_expr_executor.cpp',
'redfish-core/src/filter_expr_printer.cpp',
'redfish-core/src/redfish.cpp',