Rename ultragrid modules to ultragrid_* instead of module_*

This commit is contained in:
Lukas Rucka
2018-08-01 14:09:49 +02:00
parent 1e2f38c97c
commit d028b69503
4 changed files with 46 additions and 46 deletions

View File

@@ -173,7 +173,7 @@ bool common_preinit(int argc, char *argv[])
}
#endif
open_all("module_*.so"); // load modules
open_all("ultragrid_*.so"); // load modules
#ifdef USE_MTRACE
mtrace();