diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-04-19 16:39:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-04-19 16:39:29 -0400 |
commit | e3cd535c7cfa56b6feb923188c7c8195c72daa28 (patch) | |
tree | 0f0ca377a3baa5268c33939050a321c88a1f59ac /changes | |
parent | af9dd4af02f2cfec3e5d71f310e310f41560ee0b (diff) | |
download | tor-e3cd535c7cfa56b6feb923188c7c8195c72daa28.tar.gz tor-e3cd535c7cfa56b6feb923188c7c8195c72daa28.zip |
Move the declaration of bandwidth_rate_rule_to_string
It's natural for the definition of bandwidth_rule_t to be with the functions
that actually care about its values. Unfortunately, this means declaring
bandwidth_rate_rule_to_string() out of sequence. Someday we'll just rename
reasons.c to strings.c, and put it at the end of or.h, and this will all be
better.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/move_bwrts_declaration | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/move_bwrts_declaration b/changes/move_bwrts_declaration new file mode 100644 index 0000000000..8ba2bb347e --- /dev/null +++ b/changes/move_bwrts_declaration @@ -0,0 +1,2 @@ + o Minor bugfixes: + - Fix a compilation warning in or.h related to bandwidth_weight_rule_t |