Actions
Bug #10243
closedtopo_node_label_set() should take a const char* instead of char*
Start date:
2019-01-16
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
It's a minor issue, but it'd be preferable if topo_node_label_set() took a const char* as the type for the "label" param. This would allow us to clean up consumers that are forced to cast away the const when they call it.
Updated by Electric Monk about 4 years ago
- Status changed from New to Closed
git commit 672fc84a1840ce8ef60fc752e9ea374723d1135a
commit 672fc84a1840ce8ef60fc752e9ea374723d1135a Author: Robert Mustacchi <rm@joyent.com> Date: 2019-01-28T06:30:32.000Z 10242 Project Tiresias: USB topology 10243 topo_node_label_set() should take a const char* instead of char* Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Rob Johnston <rob.johnston@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions