Merge remote-tracking branch 'majek/bug9108'

Conflicts:
	src/or/circuitlist.h
This commit is contained in:
Nick Mathewson
2013-08-15 15:36:04 -04:00
14 changed files with 57 additions and 102 deletions
+3
View File
@@ -0,0 +1,3 @@
o Code simplifications and refactoring:
- Make global_circuitlist data structure in circuitlist.c
a doubly-linked list. Bug #9108.