Skip to content
Snippets Groups Projects

Draft: Integration test for smcv's pending branches

Open Simon McVittie requested to merge wip/smcv/staging into main
Compare and
10 files
+ 28
10
Compare changes
  • Side-by-side
  • Inline
Files
10
+ 1
1
@@ -626,7 +626,7 @@ pv_terminate_all_child_processes (GTimeSpan wait_period,
data.sigchld_source = g_unix_fd_source_new (sfd, G_IO_IN);
g_source_set_callback (data.sigchld_source,
(GSourceFunc) G_CALLBACK (sigchld_cb), &data, NULL);
G_SOURCE_FUNC (sigchld_cb), &data, NULL);
data.sigchld_source_id = g_source_attach (data.sigchld_source, data.context);
termination_data_refresh (&data);
Loading