From 089898180726c2983625e6e1769e99873a6b3125 Mon Sep 17 00:00:00 2001 From: gardners Date: Tue, 7 May 2013 13:40:38 +0930 Subject: [PATCH] add time stamp to rssi.csv --- rhizome_http.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rhizome_http.c b/rhizome_http.c index 26a929e5..b007efad 100644 --- a/rhizome_http.c +++ b/rhizome_http.c @@ -535,7 +535,8 @@ int rhizome_server_parse_http_request(rhizome_http_request *r) char temp[8192]; char *sidprefix=alloca_tohex_sid(my_subscriber->sid); sidprefix[8]=0; snprintf(temp,8192, - ";%d;%d;%d;%d;%s;%d;%d;%d;%d;%d\n", + ";%lld;%d;%d;%d;%d;%s;%d;%d;%d;%d;%d\n", + gettime_ms(), last_radio_rssi,last_radio_temperature, (int)bundles_available, rhizome_active_fetch_count(),