* [B.A.T.M.A.N.] [PATCH] batman-adv: fix kernel-doc for batadv_dat_entry
@ 2012-10-16 6:16 Antonio Quartulli
2012-10-16 9:13 ` Marek Lindner
0 siblings, 1 reply; 2+ messages in thread
From: Antonio Quartulli @ 2012-10-16 6:16 UTC (permalink / raw)
To: b.a.t.m.a.n
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")
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
---
types.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/types.h b/types.h
index 9a4de5d..a5a838c 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
--
1.7.12.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-16 9:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-16 6:16 [B.A.T.M.A.N.] [PATCH] batman-adv: fix kernel-doc for batadv_dat_entry Antonio Quartulli
2012-10-16 9:13 ` Marek Lindner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox