Skip to content
Snippets Groups Projects
Commit 0a820ba1 authored by Cédric Roux's avatar Cédric Roux
Browse files

define T_MAX_ARGS

parent 092f7ce5
No related branches found
No related tags found
No related merge requests found
#ifndef _T_defs_H_ #ifndef _T_defs_H_
#define _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 */ /* maximum size of a message - increase if needed */
#define T_BUFFER_MAX (1024*64) #define T_BUFFER_MAX (1024*64)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment