From 0a820ba1ce36050be7b153f031aa4d227558286b Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Wed, 27 Apr 2016 11:16:20 +0200
Subject: [PATCH] define T_MAX_ARGS

---
 common/utils/T/T_defs.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/common/utils/T/T_defs.h b/common/utils/T/T_defs.h
index 5aca54e8d..97da76fe1 100644
--- a/common/utils/T/T_defs.h
+++ b/common/utils/T/T_defs.h
@@ -1,6 +1,9 @@
 #ifndef _T_defs_H_
 #define _T_defs_H_
 
+/* maximum number of arguments for the T macro */
+#define T_MAX_ARGS 16
+
 /* maximum size of a message - increase if needed */
 #define T_BUFFER_MAX (1024*64)
 
-- 
GitLab