summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Budea <aron.budea@collabora.com>2019-04-19 17:57:17 +0200
committerAron Budea <aron.budea@collabora.com>2019-04-19 17:59:50 +0200
commit3ec0013f0466197ad21e27ad9ebfa49653539d5f (patch)
treebbbcc4cfdbcbcc7b0b568bbc30e2b94c3400c81b
parent859915699a650e2652c483c7e8d616fe0979cf57 (diff)
Update bundled headers with profiling enum
Change-Id: If14350cebf9e48b4338aacf55f95a40ef9fb27be Reviewed-on: https://gerrit.libreoffice.org/70986 Reviewed-by: Aron Budea <aron.budea@collabora.com> Tested-by: Aron Budea <aron.budea@collabora.com>
-rw-r--r--bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h b/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
index 1d55ce858..ef2482898 100644
--- a/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
+++ b/bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h
@@ -610,6 +610,12 @@ typedef enum
* On-load notification of the document signature status.
*/
LOK_CALLBACK_SIGNATURE_STATUS = 40,
+
+ /**
+ * Profiling tracing information single string of multiple lines
+ * containing <pid> <timestamp> and zone start/stop information
+ */
+ LOK_CALLBACK_PROFILE_FRAME = 41
}
LibreOfficeKitCallbackType;