libsysprof-analyze: give mount access to strings in ctor

This commit is contained in:
Christian Hergert
2023-05-10 12:55:30 -07:00
parent 7118c38b2b
commit 0b0fe9f903
3 changed files with 19 additions and 11 deletions

View File

@ -149,7 +149,8 @@ sysprof_mount_init (SysprofMount *self)
}
SysprofMount *
sysprof_mount_new_for_mountinfo (const char *mountinfo)
sysprof_mount_new_for_mountinfo (SysprofStrings *strings,
const char *mountinfo)
{
return NULL;
}