Move to libpldm instance id APIs
libpldm provides APIs for allocating instance IDs directly, which
eliminates the need for remote dbus calls to the pldm daemon. Refactor
the code to use these APIs and eliminate all the dbus operations.
Change-Id: Ie73a1abb30e12a40014b2d35209e6e90c38a148b
Signed-off-by: Pavithra Barithaya <pavithrabarithaya07@gmail.com>
diff --git a/util/pldm.hpp b/util/pldm.hpp
index c5d4057..a5b1a4c 100644
--- a/util/pldm.hpp
+++ b/util/pldm.hpp
@@ -1,5 +1,7 @@
#pragma once
+#include <libpldm/instance-id.h>
+
namespace util
{
namespace pldm