libsysprof-analyze: start plumbing mounts into namespaces

This commit is contained in:
Christian Hergert
2023-05-09 21:03:13 -07:00
parent fd6256e68f
commit fa39a3291a
3 changed files with 29 additions and 23 deletions

View File

@ -22,6 +22,7 @@
#include <glib-object.h>
#include "sysprof-mount-private.h"
#include "sysprof-mount-device-private.h"
G_BEGIN_DECLS
@ -35,9 +36,7 @@ SysprofMountNamespace *sysprof_mount_namespace_copy (SysprofMountNamespa
void sysprof_mount_namespace_add_device (SysprofMountNamespace *self,
SysprofMountDevice *mount);
void sysprof_mount_namespace_add_mount (SysprofMountNamespace *self,
const char *path,
const char *host_path,
int layer);
SysprofMount *mount);
char **sysprof_mount_namespace_translate (SysprofMountNamespace *self,
const char *path);
GMappedFile *sysprof_mount_namespace_open (SysprofMountNamespace *self,