mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 07:00:53 +00:00
libsysprof: join using cat helper
This commit is contained in:
@ -388,7 +388,13 @@ sysprof_proxy_source_cat (SysprofProxySource *self,
|
|||||||
g_assert (SYSPROF_IS_PROXY_SOURCE (self));
|
g_assert (SYSPROF_IS_PROXY_SOURCE (self));
|
||||||
g_assert (reader != NULL);
|
g_assert (reader != NULL);
|
||||||
|
|
||||||
g_warning ("TODO: join reader");
|
if (self->writer != NULL)
|
||||||
|
{
|
||||||
|
g_autoptr(GError) error = NULL;
|
||||||
|
|
||||||
|
if (!sysprof_capture_writer_cat (self->writer, reader, &error))
|
||||||
|
g_warning ("Failed to join reader: %s\n", error->message);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Reference in New Issue
Block a user