Attn: Dump request and monitoring support

Support for requesting a dump from the dump manager and monitoring the
dump progress.

Signed-off-by: Ben Tyner <ben.tyner@ibm.com>
Change-Id: I03acd2b8c13ce0b5ced63ff7fbb32f7225467aee
diff --git a/attn/ti_handler.hpp b/attn/ti_handler.hpp
index 492868c..23cc58b 100644
--- a/attn/ti_handler.hpp
+++ b/attn/ti_handler.hpp
@@ -132,4 +132,14 @@
  */
 bool autoRebootEnabled();
 
+/**
+ * Request a dump from the dump manager
+ *
+ * Request a dump from the dump manager and register a monitor for observing
+ * the dump progress.
+ *
+ * @param logId The id of the event log associated with this dump request
+ */
+void requestDump(const uint32_t logId);
+
 } // namespace attn