sysprof: match memory augmentation type to capture format

This commit is contained in:
Christian Hergert
2023-07-28 17:52:33 -07:00
parent 2313936228
commit a8ae41aafe

View File

@ -51,8 +51,8 @@ struct _SysprofMemoryCallgraphViewClass
typedef struct _AugmentMemory
{
gsize size;
gsize total;
gint64 size;
gint64 total;
} AugmentMemory;
G_DEFINE_FINAL_TYPE (SysprofMemoryCallgraphView, sysprof_memory_callgraph_view, SYSPROF_TYPE_CALLGRAPH_VIEW)