Repository : ssh://git@open-mesh.org/batman-adv
On branch : master
commit 516b20dab54404a199963fca9ac43e152cd856a6 Author: Antonio Quartulli ordex@autistici.org Date: Tue Oct 16 08:16:10 2012 +0200
batman-adv: fix kernel-doc for batadv_dat_entry
In the batadv_dat_entry structure last_update was lonely and was missing its own kernel-doc. This patch adds it.
This was introduced with ("batman-adv: Distributed ARP Table - implement local storage")
Reported-by: Marek Lindner lindner_marek@yahoo.de Signed-off-by: Antonio Quartulli ordex@autistici.org Signed-off-by: Marek Lindner lindner_marek@yahoo.de
516b20dab54404a199963fca9ac43e152cd856a6 types.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/types.h b/types.h index 1519ae3..8a5d84c 100644 --- a/types.h +++ b/types.h @@ -484,6 +484,7 @@ struct batadv_algo_ops { * is used to stored ARP entries needed for the global DAT cache * @ip: the IPv4 corresponding to this DAT/ARP entry * @mac_addr: the MAC address associated to the stored IPv4 + * @last_update: time in jiffies when this entry was refreshed last time * @hash_entry: hlist node for batadv_priv_dat::hash * @refcount: number of contexts the object is used * @rcu: struct used for freeing in an RCU-safe manner