Diff for /embedaddon/mtr/packet/cmdparse.h between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2021/03/17 00:07:30 version 1.1.1.3, 2023/09/27 11:18:58
Line 29  struct command_t { Line 29  struct command_t {
     /*  A unique value for matching command requests with replies  */      /*  A unique value for matching command requests with replies  */
     int token;      int token;
   
    /*  Text indiciating the command type, or reply type  */    /*  Text indicating the command type, or reply type  */
     char *command_name;      char *command_name;
   
     /*  The number of key, value argument pairs used  */      /*  The number of key, value argument pairs used  */

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>