diff options
author | David Goulet <dgoulet@torproject.org> | 2023-05-24 10:42:00 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-05-24 10:45:21 -0400 |
commit | 8eae9f17ae87e16ab7595544d858e9371d9068c2 (patch) | |
tree | 9a024d6dcb43605e8e3a3e47d118ca2de2f9fe15 /changes | |
parent | 21ec9017f60a0f7f9fc04782bc4bab6b836f0758 (diff) | |
download | tor-8eae9f17ae87e16ab7595544d858e9371d9068c2.tar.gz tor-8eae9f17ae87e16ab7595544d858e9371d9068c2.zip |
metrics: Add ticket 40546 changes file and code fix
The MR was using an old function definition so the code fix is for that.
Closes #40546
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40546 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket40546 b/changes/ticket40546 new file mode 100644 index 0000000000..93f19f74c1 --- /dev/null +++ b/changes/ticket40546 @@ -0,0 +1,3 @@ + o Minor feature (MetricsPort, relay): + - Expose time until online keys expires on the MetricsPort. Closes ticket + 40546. |