From d8ec913bcd5f2496d1143f50c05011f7c88a4e33 Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Wed, 11 May 2016 18:33:40 +0200
Subject: [PATCH] minor bugfix - forgot an ifdef

---
 common/utils/T/tracer/textlog.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/common/utils/T/tracer/textlog.c b/common/utils/T/tracer/textlog.c
index f42a1de832..eb9a83f525 100644
--- a/common/utils/T/tracer/textlog.c
+++ b/common/utils/T/tracer/textlog.c
@@ -84,7 +84,9 @@ int fullread(int fd, void *_buf, int count)
 
 event get_event(int s, char *v, void *d)
 {
+#ifdef T_SEND_TIME
   struct timespec t;
+#endif
   int type;
   int32_t length;
 
-- 
GitLab