summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@lshift.net>2009-12-14 20:47:52 +0000
committerTony Garnock-Jones <tonyg@lshift.net>2009-12-14 20:47:52 +0000
commit64f12679fac670630cd616d58773e58970b58791 (patch)
tree08abe8c99a6de3644999ff7ab39447f945c12441 /src/rabbit.erl
parent4cf8e5c45547d31e2f86b3a00642a9125b99f326 (diff)
downloadrabbitmq-server-git-64f12679fac670630cd616d58773e58970b58791.tar.gz
New process to own the tables. API for accessing the tables.
Diffstat (limited to 'src/rabbit.erl')
-rw-r--r--src/rabbit.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl
index c6dde385ce..3293927a48 100644
--- a/src/rabbit.erl
+++ b/src/rabbit.erl
@@ -134,6 +134,7 @@ start(normal, []) ->
fun () -> ok = rabbit_mnesia:init() end},
{"core processes",
fun () ->
+ ok = start_child(rabbit_exchange_type),
ok = start_child(rabbit_log),
ok = rabbit_hooks:start(),