From 020da4e8bad85b657f328f67dc7e752d597361e7 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Mon, 11 Oct 2010 23:44:24 +0000 Subject: [PATCH] Added a function for obtaining beacon intervals --- core/net/rime/broadcast-announcement.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/net/rime/broadcast-announcement.h b/core/net/rime/broadcast-announcement.h index 29a4e64f6..af5b28cef 100644 --- a/core/net/rime/broadcast-announcement.h +++ b/core/net/rime/broadcast-announcement.h @@ -47,7 +47,7 @@ * * This file is part of the Contiki operating system. * - * $Id: broadcast-announcement.h,v 1.1 2010/03/19 13:15:19 adamdunkels Exp $ + * $Id: broadcast-announcement.h,v 1.2 2010/10/11 23:44:24 adamdunkels Exp $ */ /** @@ -65,6 +65,8 @@ void broadcast_announcement_init(uint16_t channel, clock_time_t min_time, clock_time_t max_time); +clock_time_t broadcast_announcement_beacon_interval(void); + #endif /* __BROADCAST_ANNOUNCEMENT_H__ */ /** @} */ /** @} */