Diff for /rpl/src/instructions_w1.c between versions 1.125 and 1.126

version 1.125, 2023/08/07 17:42:59 version 1.126, 2023/08/08 13:33:09
Line 3280  instruction_wfsock(struct_processus *s_e Line 3280  instruction_wfsock(struct_processus *s_e
                 (*s_objet_argument).objet)).type, "SEQUENTIAL DATAGRAM") != 0))                  (*s_objet_argument).objet)).type, "SEQUENTIAL DATAGRAM") != 0))
         {          {
             // Mode non connecté : l'attente se fait sur un poll()              // Mode non connecté : l'attente se fait sur un poll()
   #define DEBUG_RETURN
             if ((s_objet_resultat = copie_objet(s_etat_processus,              if ((s_objet_resultat = copie_objet(s_etat_processus,
                     s_objet_argument, 'P')) == NULL)                      s_objet_argument, 'P')) == NULL)
             {              {

Removed from v.1.125  
changed lines
  Added in v.1.126


CVSweb interface <joel.bertrand@systella.fr>