Skip to content

gthread: Ensure GThreadSchedulerSettings is always defined

Philip Withnall requested to merge wip/pwithnall/thread-settings-fixes into master

It’s now used unconditionally for shared_thread_scheduler_settings in gthreadpool.c, so it actually needs to have a storage definition.

Fixes a build failure on FreeBSD.

Signed-off-by: Philip Withnall withnall@endlessm.com

Merge request reports