mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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
|
||||
sysprof_governor_source_init (SysprofGovernorSource *self)
|
||||
{
|
||||
self->disable_governor = TRUE;
|
||||
self->disable_governor = FALSE;
|
||||
}
|
||||
|
||||
SysprofSource *
|
||||
|
||||
Reference in New Issue
Block a user