bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 3ec0013f0466197ad21e27ad9ebfa49653539d5f
Author:     Aron Budea <aron.bu...@collabora.com>
AuthorDate: Fri Apr 19 17:57:17 2019 +0200
Commit:     Aron Budea <aron.bu...@collabora.com>
CommitDate: Fri Apr 19 17:59:50 2019 +0200

    Update bundled headers with profiling enum
    
    Change-Id: If14350cebf9e48b4338aacf55f95a40ef9fb27be
    Reviewed-on: https://gerrit.libreoffice.org/70986
    Reviewed-by: Aron Budea <aron.bu...@collabora.com>
    Tested-by: Aron Budea <aron.bu...@collabora.com>

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;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to