Diff for /rpl/src/gestion_processus.c between versions 1.29 and 1.33.2.1

version 1.29, 2010/12/10 15:36:21 version 1.33.2.1, 2011/04/11 13:02:16
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.20    RPL/2 (R) version 4.0.22
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2011 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 3405  scrutation_injection(struct_processus *s Line 3405  scrutation_injection(struct_processus *s
 {  {
     fd_set                          ensemble_descripteurs;      fd_set                          ensemble_descripteurs;
   
       logical1                        drapeau_erreur;
       logical1                        registre_arret_si_exception;
   
 #   if !defined(OpenBSD) && !defined(OS2)  #   if !defined(OpenBSD) && !defined(OS2)
         struct timespec             timeout;          struct timespec             timeout;
 #   else  #   else
         struct timeval              timeout;          struct timeval              timeout;
 #   endif  #   endif
   
     logical1                        drapeau_erreur;  
     logical1                        registre_arret_si_exception;  
   
     unsigned char                   tampon;      unsigned char                   tampon;
     unsigned char                   tampon_profilage[20];      unsigned char                   tampon_profilage[20];
   

Removed from v.1.29  
changed lines
  Added in v.1.33.2.1


CVSweb interface <joel.bertrand@systella.fr>