From fc888857c419e4f9f7cb8bd3fc82ad87cdd6dafe Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Mon, 31 Jul 2023 17:43:00 +0300 Subject: [PATCH] libsysprof-profile: fix signature of sysprof_perf_event_stream_new Followup to 283da1e107cc90c0aa9d57d15502bc709a24d873 --- src/libsysprof/sysprof-perf-event-stream-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsysprof/sysprof-perf-event-stream-private.h b/src/libsysprof/sysprof-perf-event-stream-private.h index 0bdfc6d7..b25c079d 100644 --- a/src/libsysprof/sysprof-perf-event-stream-private.h +++ b/src/libsysprof/sysprof-perf-event-stream-private.h @@ -159,7 +159,7 @@ DexFuture *sysprof_perf_event_stream_new (GDBusConnection *connect struct perf_event_attr *attr, int cpu, int group_fd, - gulong flags, + guint64 flags, SysprofPerfEventCallback callback, gpointer callback_data, GDestroyNotify callback_data_destroy);