Diff for /rpl/src/gestion_processus.c between versions 1.47 and 1.51

version 1.47, 2011/09/26 15:57:11 version 1.51, 2012/01/17 14:44:06
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.4    RPL/2 (R) version 4.1.6
   Copyright (C) 1989-2011 Dr. BERTRAND Joël    Copyright (C) 1989-2012 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 3396  scrutation_injection(struct_processus *s Line 3396  scrutation_injection(struct_processus *s
     logical1                        drapeau_erreur;      logical1                        drapeau_erreur;
     logical1                        registre_arret_si_exception;      logical1                        registre_arret_si_exception;
   
 #   if !defined(OpenBSD) && !defined(OS2)  #   ifdef PSELECT
         struct timespec             timeout;          struct timespec             timeout;
 #   else  #   else
         struct timeval              timeout;          struct timeval              timeout;
Line 3415  scrutation_injection(struct_processus *s Line 3415  scrutation_injection(struct_processus *s
         FD_SET((*s_etat_processus).pipe_nombre_injections,          FD_SET((*s_etat_processus).pipe_nombre_injections,
                 &ensemble_descripteurs);                  &ensemble_descripteurs);
   
 #       if !defined(OpenBSD) && !defined(OS2)  #       ifdef PSELECT
         timeout.tv_sec = 0;          timeout.tv_sec = 0;
         timeout.tv_nsec = 0;          timeout.tv_nsec = 0;
   

Removed from v.1.47  
changed lines
  Added in v.1.51


CVSweb interface <joel.bertrand@systella.fr>