summaryrefslogtreecommitdiff
path: root/cesar/bsu/aclf/aclf.h
diff options
context:
space:
mode:
authorNélio Laranjeiro2011-03-31 15:10:06 +0200
committerNélio Laranjeiro2011-04-01 11:23:56 +0200
commit2fb83160c66f511846221a80b769e2facc3558bc (patch)
tree0dc4820c35344012f25fc46c116464a092be2f85 /cesar/bsu/aclf/aclf.h
parent4348e37eb13a0865b2ce18cb1e84d419f645c129 (diff)
cesar/bsu: avoid to provide future schedules to the CA, closes #2333
Diffstat (limited to 'cesar/bsu/aclf/aclf.h')
-rw-r--r--cesar/bsu/aclf/aclf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cesar/bsu/aclf/aclf.h b/cesar/bsu/aclf/aclf.h
index 1037fa7486..3574ab5771 100644
--- a/cesar/bsu/aclf/aclf.h
+++ b/cesar/bsu/aclf/aclf.h
@@ -214,6 +214,13 @@ bsu_aclf_ac_compute_beacon_period_start_date (bsu_aclf_t *ctx);
void
bsu_aclf_bpsd_avoid_overlap (bsu_aclf_t *ctx);
+/**
+ * Clear all data in BSU ACLF.
+ * \param ctx the module context.
+ */
+void
+bsu_aclf_clear (bsu_aclf_t *ctx);
+
END_DECLS
#endif /* bsu_aclf_aclf_h */