From: Adriana Draghici Date: Fri, 30 Apr 2010 08:42:21 +0000 (+0000) Subject: ppf: added timestamp in TriblerStatusParser X-Git-Tag: getopt_long~41 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=a3816380d3adb7e212a7fd0dc6bb847de350aa08;p=cs-p2p-next.git ppf: added timestamp in TriblerStatusParser --- diff --git a/ppf/log-parser/generic/TriblerStatusParser.py b/ppf/log-parser/generic/TriblerStatusParser.py index be8732c..a39a0d0 100644 --- a/ppf/log-parser/generic/TriblerStatusParser.py +++ b/ppf/log-parser/generic/TriblerStatusParser.py @@ -151,7 +151,7 @@ class TriblerStatusParser(GenericStatusParser): i = i + 2 continue i = i + 1 - return (num_peers, dht, download_speed, upload_speed, download_size, upload_size, eta) + return (timestamp, num_peers, dht, download_speed, upload_speed, download_size, upload_size, eta) def main():