On Sat, Nov 16, 2013 at 01:31:11PM +0800, Marek Lindner wrote:
On Wednesday 13 November 2013 17:38:01 Antonio Quartulli wrote:
@@ -474,7 +474,7 @@ static void batadv_tt_global_free(struct batadv_priv *bat_priv, * Returns true if the client was successfully added, false otherwise. */ bool batadv_tt_local_add(struct net_device *soft_iface, const uint8_t *addr, - unsigned short vid, int ifindex)
unsigned short vid, int ifindex, uint32_t mark)
{ struct batadv_priv *bat_priv = netdev_priv(soft_iface); struct batadv_tt_local_entry *tt_local;
Kernel doc ?
argh, I tried to escape the kerneldoc tradition :D
Will do. Thanks a lot!
Cheers,