[riot-notifications] [RIOT-OS/RIOT] shell/sc_gnrc_ipv6_nib: extend for ABR (#10951)
benpicco
notifications at github.com
Wed Sep 11 21:42:52 CEST 2019
benpicco commented on this pull request.
> + entry->version = abr->version;
+ entry->valid_until = abr->valid_until;
+ break;
+ }
+ }
+ mutex_unlock(&_nib_mutex);
+ *state = abr;
+ return (*state != NULL);
+}
+
+void gnrc_ipv6_nib_abr_print(gnrc_ipv6_nib_abr_t *abr)
+{
+ char addr_str[IPV6_ADDR_MAX_STR_LEN];
+ uint32_t now = _now_min();
+
+ printf("%s v%" PRIu32 " expires %" PRIu32 "min\n",
```suggestion
printf("%s v%" PRIu32 " expires %" PRIu32 " min\n",
```
looks nicer
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/10951#pullrequestreview-287028494
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20190911/b5bd6771/attachment.htm>
More information about the notifications
mailing list