Implement scheduler mechanism to track lists of channels wanting cells or writes; doesn't actually drive the cell flow from it yet

This commit is contained in:
Andrea Shepard
2013-08-25 08:45:07 -07:00
parent 1987157d0c
commit d438cf1ec9
11 changed files with 525 additions and 1 deletions
+2
View File
@@ -80,6 +80,7 @@ LIBTOR_A_SOURCES = \
src/or/routerlist.c \
src/or/routerparse.c \
src/or/routerset.c \
src/or/scheduler.c \
src/or/statefile.c \
src/or/status.c \
$(evdns_source) \
@@ -185,6 +186,7 @@ ORHEADERS = \
src/or/routerlist.h \
src/or/routerset.h \
src/or/routerparse.h \
src/or/scheduler.h \
src/or/statefile.h \
src/or/status.h