Staging: batman-adv: Add last-seen in originator table
authorLinus Lüssing <linus.luessing@web.de>
Tue, 6 Jul 2010 19:05:18 +0000 (21:05 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 8 Jul 2010 19:23:29 +0000 (12:23 -0700)
commit80f6c34b9a4302edf3f675c25973c51e03b570da
treef1b0d262889477e360bd8848684b517e7c8aca52
parentc1641862f88367602f8f34a17b21bdf1eee912ee
Staging: batman-adv: Add last-seen in originator table

Right now, there is no easy/intuitive way to find out whether a node
might have vanished. This commit adds the time when a node was last seen
to the originator table output, so that a common user is able to tell
whether a node might have gone without having to wait PURGE_TIMEOUT
seconds until that node gets "garbe-collected".
It also puts the the versioning information in an extra line, as
the first one of this debug output would otherwise get too long.

Signed-off-by: Linus Lüssing <linus.luessing@web.de>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Sven Eckelmann <sven.eckelmann@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/batman-adv/originator.c