]> git.ipfire.org Git - thirdparty/tor.git/commit
Make circ_times static and add accessor functions.
authorvagrant <vagrant@precise32.(none)>
Wed, 21 Aug 2013 15:44:28 +0000 (11:44 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 22 Aug 2013 14:15:56 +0000 (10:15 -0400)
commit4834641dce809fbb6fd4a586a823446970d19c1d
tree21808e3e34994b1e4255f3b7a106820a65ec2469
parent7121e7bd15659052ccf42e554ae959a75cfacb45
Make circ_times static and add accessor functions.

Change the global circ_times to a static variable and use
accessor functions throughout the code, instead of
accessing it directly.
src/or/channel.c
src/or/circuitbuild.c
src/or/circuitlist.c
src/or/circuitstats.c
src/or/circuitstats.h
src/or/circuituse.c
src/or/connection_or.c
src/or/entrynodes.c
src/or/networkstatus.c
src/or/statefile.c