From 93a7280a1ac18cb24ed81ee29e73c5067e993395 Mon Sep 17 00:00:00 2001 From: Nicolas Tsiftes Date: Tue, 15 Feb 2011 18:10:15 +0100 Subject: [PATCH] Replaced old description --- core/net/rpl/rpl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/net/rpl/rpl.h b/core/net/rpl/rpl.h index 660e5839a..17a1845ec 100644 --- a/core/net/rpl/rpl.h +++ b/core/net/rpl/rpl.h @@ -160,8 +160,7 @@ typedef struct rpl_parent rpl_parent_t; * * Updates the metric container for outgoing DIOs in a certain DAG. * If the objective function of the DAG does not use metric containers, - * the function returns 0. If the metric container has been filled, the - * function returns 1. + * the function should set the object type to RPL_DAG_MC_NONE. */ struct rpl_of { void (*reset)(struct rpl_dag *);