Pan17WJ / tinyos-main

Automatically exported from code.google.com/p/tinyos-main
1 stars 0 forks source link

[patch] RPLDAORoutingEngineP claims it always fails to stop #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is a trivial patch to make StdControl.stop() return SUCCESS rather than 
FAIL. I'm not convinced this is entirely correct as the stop() function doesn't 
actually shut down any of the timers started by start(), but it is also no less 
wrong than saying FAIL as it /does/ stop processing received packets after 
stop() has been called...

Original issue reported on code.google.com by jmatts...@dius.com.au on 25 Nov 2011 at 3:25

Attachments:

GoogleCodeExporter commented 9 years ago
Neither of these fixes really resolve the underlying issues; we should think 
about what to do in these cases rather than directly applying the patches, I 
think.

Original comment by sdh...@gmail.com on 25 Nov 2011 at 5:42

GoogleCodeExporter commented 9 years ago
Solved with commit 5848

Original comment by jeonggil...@gmail.com on 21 Dec 2011 at 7:17

GoogleCodeExporter commented 9 years ago
The change for this is done now.

Original comment by jeonggil...@gmail.com on 21 Dec 2011 at 7:18