summaryrefslogtreecommitdiff
path: root/cesar/bsu/bsu.h
diff options
context:
space:
mode:
authorNélio Laranjeiro2010-09-17 09:45:34 +0200
committerNélio Laranjeiro2010-09-17 09:45:34 +0200
commite19a8f4081a82807862386c667cef666e75706fe (patch)
treeb353fdfab6ec3ff215dafc3a0f8a458a084d66ce /cesar/bsu/bsu.h
parent7116b344cd7db1bfe33076a77af68ece827c0954 (diff)
cesar/bsu: make bsu_avln_remove public, refs #1858
Diffstat (limited to 'cesar/bsu/bsu.h')
-rw-r--r--cesar/bsu/bsu.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/cesar/bsu/bsu.h b/cesar/bsu/bsu.h
index b450d4f1cf..08fc718ab2 100644
--- a/cesar/bsu/bsu.h
+++ b/cesar/bsu/bsu.h
@@ -165,6 +165,16 @@ bsu_update_discover_info (bsu_beacon_bmi_discover_info_t *discover);
void
bsu_update_nid (u64 nid);
+/**
+ * Remove an AVLN.
+ * \param nid the NID of the AVLN.
+ * \param snid the SNID of the AVLN.
+ *
+ * The AVLNs are static object do not release it.
+ */
+void
+bsu_avln_remove (u64 nid, u8 snid);
+
END_DECLS
#endif /* bsu_bsu_h */