On Wed, Jun 23, 2010 at 05:02:36PM +0200, Marek Lindner wrote:
On Wednesday 23 June 2010 16:51:54 Andrew Lunn wrote:
+#ifdef CONFIG_BATMAN_ADV_DEBUG +extern int debug;
What is debug used for now? Does it still have a purpose?
Oh yes, it does. You have to use it to configure the log level as before.
So you get one global setting, which affects all meshes? Should this maybe pushed into priv? Is there a use case for having different logging levels for different meshes in a node?
Andrew