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

version 1.29, 2010/12/10 15:36:21 version 1.31, 2010/12/12 18:51:05
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.31


CVSweb interface <joel.bertrand@systella.fr>