[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [metrics-lib/master] Add a comment which descriptors had negative uptimes.



commit e465cf19af8fd7ffb1e8f020e86d19703a419faf
Author: Karsten Loesing <karsten.loesing@xxxxxxx>
Date:   Tue Apr 24 12:15:57 2012 +0200

    Add a comment which descriptors had negative uptimes.
---
 .../torproject/descriptor/ServerDescriptor.java    |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/org/torproject/descriptor/ServerDescriptor.java b/src/org/torproject/descriptor/ServerDescriptor.java
index 453d038..bcc4913 100644
--- a/src/org/torproject/descriptor/ServerDescriptor.java
+++ b/src/org/torproject/descriptor/ServerDescriptor.java
@@ -61,8 +61,9 @@ public interface ServerDescriptor extends Descriptor {
   public boolean isHibernating();
 
   /* Return the number of seconds that this relay has been running (which
-   * might even be negative in a few descriptors due to a bug), or null
-   * if the descriptor does not contain an uptime line. */
+   * might even be negative in a few descriptors due to a bug that was
+   * fixed in 0.1.2.7-alpha), or null if the descriptor does not contain
+   * an uptime line. */
   public Long getUptime();
 
   /* Return the onion key in PEM format, or null if the descriptor

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits