You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/03/15 12:08:16 UTC

[GitHub] [incubator-nuttx-apps] wenliangxue commented on a change in pull request #1066: Modifying the ping command

wenliangxue commented on a change in pull request #1066:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1066#discussion_r826898947



##########
File path: netutils/ping/icmp_ping.c
##########
@@ -59,11 +60,21 @@
  */
 
 static uint16_t g_pingid = 0;
+static volatile int exiting = 0;

Review comment:
       It has been modified




-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org