[riot-notifications] [RIOT] rpl: instance id generation (#3720)
BytesGalore
notifications at github.com
Tue Sep 29 19:25:14 CEST 2015
> *
> * @return Pointer to the new DODAG, on success.
> * @return NULL, otherwise.
> */
> -gnrc_rpl_dodag_t *gnrc_rpl_root_init(uint8_t instance_id, ipv6_addr_t *dodag_id);
> +gnrc_rpl_dodag_t *gnrc_rpl_root_init(uint8_t instance_id, ipv6_addr_t *dodag_id, bool gen_inst_id,
why 2 `bool` for overriding the passed `instance_id`,
I think if `local_inst_id` is `true` then we know that we want to override it.
---
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/3720/files#r40700813
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20150929/5f44799e/attachment.html>
More information about the notifications
mailing list