commit | f57a2596febb633887a10c7a6ec3936fc55d8fc9 | [log] [tgz] |
---|---|---|
author | Alexander Hansen <alexander.hansen@9elements.com> | Fri Jun 27 15:07:07 2025 +0200 |
committer | Alexander Hansen <alexander.hansen@9elements.com> | Thu Jul 31 12:19:45 2025 +0200 |
tree | d21b5738b758f46362b9c351f0ded16c7253c11b | |
parent | 44c9025da2dc3a89facc9fe3cc507fe7d67ebcbf [diff] [blame] |
entity-manager: move logDeviceAdded/Removed functions do not need to be 'inline' and since they are normal functions, they can go into a .cpp file to be compiled separately. Functions otherwise unchanged. Tested: Inspection only. References: [1] https://en.cppreference.com/w/cpp/language/inline.html Change-Id: I194d86f17f90d54d6be2286a52482457435f4c36 Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
diff --git a/src/entity_manager/entity_manager.cpp b/src/entity_manager/entity_manager.cpp index b191bf0..83240be 100644 --- a/src/entity_manager/entity_manager.cpp +++ b/src/entity_manager/entity_manager.cpp
@@ -21,6 +21,7 @@ #include "../variant_visitors.hpp" #include "configuration.hpp" #include "dbus_interface.hpp" +#include "log_device_inventory.hpp" #include "overlay.hpp" #include "perform_scan.hpp" #include "phosphor-logging/lg2.hpp"