aboutsummaryrefslogtreecommitdiff
path: root/src/lanes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lanes.cpp')
-rw-r--r--src/lanes.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lanes.cpp b/src/lanes.cpp
index cab5944..39723ca 100644
--- a/src/lanes.cpp
+++ b/src/lanes.cpp
@@ -636,6 +636,7 @@ namespace {
636 { "set_thread_priority", LG_set_thread_priority }, 636 { "set_thread_priority", LG_set_thread_priority },
637 { "set_thread_affinity", LG_set_thread_affinity }, 637 { "set_thread_affinity", LG_set_thread_affinity },
638 { "sleep", LG_sleep }, 638 { "sleep", LG_sleep },
639 { "supported_libs", state::LG_supported_libs },
639 { "wakeup_conv", LG_wakeup_conv }, 640 { "wakeup_conv", LG_wakeup_conv },
640 { nullptr, nullptr } 641 { nullptr, nullptr }
641 }; 642 };