mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
governor: default to not disabling governor
This commit is contained in:
@ -116,7 +116,7 @@ sysprof_governor_source_class_init (SysprofGovernorSourceClass *klass)
|
|||||||
static void
|
static void
|
||||||
sysprof_governor_source_init (SysprofGovernorSource *self)
|
sysprof_governor_source_init (SysprofGovernorSource *self)
|
||||||
{
|
{
|
||||||
self->disable_governor = TRUE;
|
self->disable_governor = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
SysprofSource *
|
SysprofSource *
|
||||||
|
|||||||
Reference in New Issue
Block a user