summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-08-15 12:51:21 +0100
committerSimon MacMullen <simon@rabbitmq.com>2013-08-15 12:51:21 +0100
commit39fa88f5eab534561327f1ec5ba7413b8babf7b0 (patch)
treede31ecd0f2ad5a4540e932769a5895cba3fb2b42
parent5e69009198ab230c314aa6c2678accd55cf6ba6e (diff)
downloadrabbitmq-server-39fa88f5eab534561327f1ec5ba7413b8babf7b0.tar.gz
Explain what this is.
-rw-r--r--src/delegate.erl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/delegate.erl b/src/delegate.erl
index 44a909dc..15a15cf9 100644
--- a/src/delegate.erl
+++ b/src/delegate.erl
@@ -234,6 +234,9 @@ code_change(_OldVsn, State, _Extra) ->
%%----------------------------------------------------------------------------
+%% A two level nested dictionary, with the second level being
+%% bidirectional. i.e. we map A->B->C and A->C->B.
+
ddict_new() -> dict:new().
ddict_store(Key, Val1, Val2, Dict) ->