[sysprof/wip/chergert/control-fd] collector: init clock with collector



commit 24715738395c7b17b92811fa888970c95b6b4683
Author: Christian Hergert <chergert redhat com>
Date:   Tue Feb 11 17:07:21 2020 -0800

    collector: init clock with collector

 src/libsysprof-capture/sysprof-collector.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/libsysprof-capture/sysprof-collector.c b/src/libsysprof-capture/sysprof-collector.c
index 42f8b60..4ac0175 100644
--- a/src/libsysprof-capture/sysprof-collector.c
+++ b/src/libsysprof-capture/sysprof-collector.c
@@ -280,6 +280,7 @@ sysprof_collector_init (void)
 
   if (g_once_init_enter (&once_init))
     {
+      sysprof_clock_init ();
       (void)sysprof_collector_get ();
       g_once_init_leave (&once_init, TRUE);
     }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]