From 5b5d9209a1b2bfa2982a99eb2cf78cbf8d4c50f0 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Thu, 22 Mar 2007 18:53:22 +0000 Subject: [PATCH] Refactored the mesh code by splitting multi-hop forwarding and route discovery. The mesh module is now much simpler than before --- core/net/rime/Makefile.rime | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/net/rime/Makefile.rime b/core/net/rime/Makefile.rime index 4bdd9f112..626d1da3a 100644 --- a/core/net/rime/Makefile.rime +++ b/core/net/rime/Makefile.rime @@ -1,5 +1,6 @@ CONTIKI_SOURCEFILES += rimebuf.c queuebuf.c rimeaddr.c ctimer.c rime.c \ ibc.c uc.c suc.c ruc.c sibc.c sabc.c abc.c nf.c uabc.c \ - mesh.c route.c \ + uibc.c mh.c \ + mesh.c route.c route-discovery.c \ tree.c neighbor.c \ trickle.c