* [B.A.T.M.A.N.] [PATCH] batman-adv: Add include guards to unicast.h
@ 2010-08-15 10:51 Sven Eckelmann
2010-08-20 20:49 ` Marek Lindner
0 siblings, 1 reply; 2+ messages in thread
From: Sven Eckelmann @ 2010-08-15 10:51 UTC (permalink / raw)
To: b.a.t.m.a.n
Signed-off-by: Sven Eckelmann <sven.eckelmann@gmx.de>
---
batman-adv/unicast.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/batman-adv/unicast.h b/batman-adv/unicast.h
index 06f374e..1d5cbeb 100644
--- a/batman-adv/unicast.h
+++ b/batman-adv/unicast.h
@@ -19,6 +19,9 @@
*
*/
+#ifndef _NET_BATMAN_ADV_UNICAST_H_
+#define _NET_BATMAN_ADV_UNICAST_H_
+
#define FRAG_TIMEOUT 10000 /* purge frag list entrys after time in ms */
#define FRAG_BUFFER_SIZE 6 /* number of list elements in buffer */
@@ -32,3 +35,5 @@ struct frag_packet_list_entry *search_frag_packet(struct list_head *head,
struct unicast_frag_packet *up);
void frag_list_free(struct list_head *head);
int unicast_send_skb(struct sk_buff *skb, struct bat_priv *bat_priv);
+
+#endif /* _NET_BATMAN_ADV_UNICAST_H_ */
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Add include guards to unicast.h
2010-08-15 10:51 [B.A.T.M.A.N.] [PATCH] batman-adv: Add include guards to unicast.h Sven Eckelmann
@ 2010-08-20 20:49 ` Marek Lindner
0 siblings, 0 replies; 2+ messages in thread
From: Marek Lindner @ 2010-08-20 20:49 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
On Sunday 15 August 2010 12:51:25 Sven Eckelmann wrote:
> Signed-off-by: Sven Eckelmann <sven.eckelmann@gmx.de>
Applied in revision 1776.
Thanks,
Marek
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-08-20 20:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-15 10:51 [B.A.T.M.A.N.] [PATCH] batman-adv: Add include guards to unicast.h Sven Eckelmann
2010-08-20 20:49 ` Marek Lindner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox