Add an O(1) map from channel->global_identifier to channel

This commit is contained in:
Nick Mathewson
2016-01-23 16:30:44 -05:00
committed by Mike Perry
parent efa5bbaba0
commit 515e1f663a
3 changed files with 47 additions and 13 deletions
+2
View File
@@ -0,0 +1,2 @@
o Minor features:
- Add an O(1) implementation of channel_find_by_global_id().