Added initialization of the messaging service.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11025 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-01-25 14:48:34 +00:00
parent 647bed8f15
commit d7b6591345

View File

@ -35,6 +35,7 @@
#include <kdevice_manager.h>
#include <real_time_clock.h>
#include <kernel_daemon.h>
#include <messaging.h>
#include <string.h>
@ -193,6 +194,10 @@ main2(void *unused)
vm_free_kernel_args(&ka);
}
// init the messaging service
TRACE(("Init Messaging Service\n"));
init_messaging_service();
/* bootstrap all the filesystems */
TRACE(("Bootstrap file systems\n"));
vfs_bootstrap_file_systems();