Temporarily take out the listmanager from use

The listmanager code uses a global spinlock which might cause problems
with multiple threads.
This commit is contained in:
Markus Makela
2016-10-27 11:00:45 +03:00
parent 68d3fc1092
commit 51842333d7
3 changed files with 12 additions and 8 deletions

View File

@ -1935,6 +1935,11 @@ int main(int argc, char **argv)
goto return_main;
}
/* Temporary - should use configuration values and test return value (bool)
* TODO: Enable the list manager code */
dcb_pre_alloc(1);
session_pre_alloc(1);
/** Initialize statistics */
ts_stats_init();