26
26
scheduling_st thread_scheduler;
27
27
static bool scheduler_inited= false; /* We must insist that only one of these plugins get loaded at a time */
30
29
static void post_kill_dummy(Session *) { return; }
31
30
static bool end_thread_dummy(Session *, bool) { return false; }
33
34
int scheduling_initializer(st_plugin_int *plugin)
41
47
assert(plugin->plugin->init); /* Find poorly designed plugins */
42
48
if (plugin->plugin->init)