Skip to content
Snippets Groups Projects
Commit 7b2381fb authored by Florian Fischer's avatar Florian Fischer
Browse files

[meson] use a more high-level name and description for the userspace-RCU option

parent 2f4a77ce
No related branches found
No related tags found
1 merge request!23register each worker thread for userspace RCU using the default flavor
Pipeline #52114 passed
......@@ -19,7 +19,7 @@ run_target('iwyu',
command: 'tools/check-iwyu')
conf_data = configuration_data()
conf_data.set('EMPER_LIBURCU', get_option('liburcu'))
conf_data.set('EMPER_LIBURCU', get_option('userspace-rcu'))
conf_data.set('EMPER_WORKER_SLEEP', get_option('worker_sleep'))
conf_data.set('EMPER_LOCKED_WS_QUEUE', get_option('locked_ws_queue'))
conf_data.set('EMPER_OVERFLOW_QUEUE', get_option('overflow_queue'))
......
option(
'liburcu',
'userspace-rcu',
type: 'boolean',
value: true,
description: 'Register worker threads for the default userspace RCU flavor',
description: 'Allow EMPER fibers to use userspace RCU',
)
option(
'worker_sleep',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment