diff options
author | Donncha O'Cearbhaill <donncha@donncha.is> | 2016-06-03 10:45:38 +0100 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2017-07-05 11:14:56 -0400 |
commit | 2be4f793e63e3e998e95bc678a231f225ccad441 (patch) | |
tree | 89a449429909c56641854b7139f1d52699319574 /changes/feature19254 | |
parent | cd77ea782ede057c2086f25b3e2084c78dbde805 (diff) | |
download | tor-2be4f793e63e3e998e95bc678a231f225ccad441.tar.gz tor-2be4f793e63e3e998e95bc678a231f225ccad441.zip |
Add a timestamp field to the CIRC_BW and STREAM_BW events
Closes ticket 19254.
Diffstat (limited to 'changes/feature19254')
-rw-r--r-- | changes/feature19254 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/feature19254 b/changes/feature19254 new file mode 100644 index 0000000000..598ecc88dd --- /dev/null +++ b/changes/feature19254 @@ -0,0 +1,3 @@ + o Minor features (controller): + - Adds a timestamp field to the CIRC_BW and STREAM_BW bandwidth + events. Closes ticket 19254. Patch by "DonnchaC". |