From 01153b468e2f7855253957860be1633c1d65115f Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Mon, 9 Nov 2009 08:22:17 +0000 Subject: [PATCH] Fixed compliation problem --- apps/shell/shell-netperf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/shell/shell-netperf.c b/apps/shell/shell-netperf.c index dcd659bb2..73740f49b 100644 --- a/apps/shell/shell-netperf.c +++ b/apps/shell/shell-netperf.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: shell-netperf.c,v 1.3 2009/11/08 19:43:00 adamdunkels Exp $ + * $Id: shell-netperf.c,v 1.4 2009/11/09 08:22:17 adamdunkels Exp $ */ /** @@ -87,7 +87,7 @@ enum { CTRL_COMMAND_CLEAR, CTRL_COMMAND_STATS, CTRL_COMMAND_STATS_REPLY -} datapath_commands; +} ctrlpath_commands; struct ctrl_msg { uint8_t command;