From 590b4786c5b0e7f84573cd73c590046473fc54d1 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Mon, 8 Feb 2010 21:39:15 +0000 Subject: [PATCH] Added queuebuf statistics option, since it is used by the examples/rime/example-rudolph1.c code (on the netsim target) --- platform/netsim/contiki-conf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/netsim/contiki-conf.h b/platform/netsim/contiki-conf.h index cf0040855..a7caec235 100644 --- a/platform/netsim/contiki-conf.h +++ b/platform/netsim/contiki-conf.h @@ -35,7 +35,7 @@ * * This file is part of the Contiki desktop OS * - * $Id: contiki-conf.h,v 1.11 2009/03/12 21:58:21 adamdunkels Exp $ + * $Id: contiki-conf.h,v 1.12 2010/02/08 21:39:15 adamdunkels Exp $ * */ @@ -109,6 +109,7 @@ typedef unsigned long clock_time_t; #define PACKETBUF_CONF_SIZE 128 #define PACKETBUF_CONF_HDR_SIZE 32 +#define QUEUEBUF_CONF_STATS 1 #define UIP_CONF_UIP_IP4ADDR_T_WITH_U32 1