/* * File: stats.h * Author: ismael * * Created on 18 de mayo de 2009, 12:18 */ #ifndef _STATS_H #define _STATS_H int numoutputbytes=0; struct utils_param params[] = { {"num_outputbytes",STAT_TYPE_INT,1,&numoutputbytes}, {NULL, 0, 0, 0}}; struct utils_stat stats[] = {{NULL, 0, 0, 0, 0, 0}}; #endif /* _STATS_H */