wenliangxue commented on a change in pull request #1066:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/1066#discussion_r828668494
##########
File path: netutils/ping/icmpv6_ping.c
##########
@@ -57,12 +59,22 @@
* separate instance of g_ping6_id in every process space.
*/
-static uint16_t g_ping6_id = 0;
+static uint16_t g_ping6_id;
+static volatile bool exiting;
Review comment:
Static variables cannot be repeated with those in ping.c, so they are
modified to g_exiting6
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]