host_pdr_handler: remove PDRs across boots

Remove PDRs (from the BMC's repo) received by the host when the host
powers off. This is because PDRs could change across host's boots.

Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
Change-Id: I4a45edd26624068d21bf07099e8480ec7a8a3d0d
diff --git a/utils.hpp b/utils.hpp
index 830a97f..6ac282d 100644
--- a/utils.hpp
+++ b/utils.hpp
@@ -131,6 +131,8 @@
 using PropertyValue =
     std::variant<bool, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t,
                  uint64_t, double, std::string>;
+using DbusProp = std::string;
+using DbusChangedProps = std::map<DbusProp, PropertyValue>;
 
 /**
  * @brief The interface for DBusHandler