1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

nhdp: deprecate module

This commit is contained in:
Martine S. Lenders 2019-08-09 14:30:51 +02:00 committed by Martine Lenders
parent c12bd5edb1
commit 056bd35e6c

View File

@ -9,7 +9,11 @@
/** /**
* @defgroup nhdp NHDP * @defgroup nhdp NHDP
* @ingroup net * @ingroup net
* @deprecated Unmaintained for nearly 5 years and uncertain if it still
* works; will be removed after the 2020.04 release.
* @brief The MANET Neighborhood Discovery Protocol (RFC 6130) * @brief The MANET Neighborhood Discovery Protocol (RFC 6130)
* @deprecated Unmaintained for 5 years and uncertain if it still works.
* Will be removed after the 2020.04 release.
* @{ * @{
* *
* @file * @file
@ -110,7 +114,8 @@ enum nhdp_address_type_t {
* Sets up NHDP's reader and writer. Call first before starting NHDP's thread * Sets up NHDP's reader and writer. Call first before starting NHDP's thread
* and registering interfaces. * and registering interfaces.
*/ */
void nhdp_init(void); void nhdp_init(void) __attribute__
((deprecated("The nhdp module will be removed after 2020.04")));
/** /**
* @brief Start NHDP's operational thread * @brief Start NHDP's operational thread