-- remove unneeded portions of memmgr, move remaining bits to bongoutil

-- refactor a little bit of code
This commit is contained in:
pfelt
2009-08-15 21:39:22 +00:00
parent 6798503631
commit 44a5d81ccf
29 changed files with 138 additions and 223 deletions
-6
View File
@@ -565,13 +565,9 @@ MsgLibraryInit(void)
XplOpenLocalSemaphore(MsgGlobal.sem.shutdown, 0);
XplMutexInit(MsgGlobal.sem.uid);
MemoryManagerOpen(NULL);
if (!MsgReadConfiguration()) {
XplConsolePrintf("Cannot read configuration. Shutting down.\n");
MemoryManagerClose(NULL);
return(0);
}
@@ -602,8 +598,6 @@ MsgLibraryShutdown(void)
MsgLibraryStop();
MemoryManagerClose(NULL);
MSGAPIState = LIBRARY_SHUTDOWN;
XplSetThreadGroupID(oldGid);