mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: implement key/value superblock option API
This currently gets used in libsysprof to try to cross mount namespaces to somewhere we can access a binary on the same subvolume.
This commit is contained in:
@ -50,7 +50,7 @@ const char *sysprof_mount_get_filesystem_type (SysprofMount *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
const char *sysprof_mount_get_superblock_options (SysprofMount *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
const char *sysprof_mount_get_superblock_option (SysprofMount *self,
|
||||
char *sysprof_mount_get_superblock_option (SysprofMount *self,
|
||||
const char *option);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user