You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/11/08 16:13:16 UTC

[GitHub] mkiiskila commented on a change in pull request #1512: sys/stats: Add missing consts

mkiiskila commented on a change in pull request #1512: sys/stats: Add missing consts
URL: https://github.com/apache/mynewt-core/pull/1512#discussion_r231953194
 
 

 ##########
 File path: sys/stats/full/include/stats/stats.h
 ##########
 @@ -33,7 +33,7 @@ struct stats_name_map {
 } __attribute__((packed));
 
 struct stats_hdr {
-    char *s_name;
+    const char *s_name;
 
 Review comment:
   stats/stub has this structure too. Not sure if used, but should probably be modified to match this.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services