Diff for /rpl/src/rpl.h between versions 1.146 and 1.147

version 1.146, 2011/11/28 21:42:04 version 1.147, 2011/11/30 09:28:38
Line 338  union semun Line 338  union semun
 //  SIGTSTP  //  SIGTSTP
 //  SIGCONT  //  SIGCONT
 //  SIGPIPE  //  SIGPIPE
   //  SIGUSR2 : utilisé pour faire un execve du processus sur lui-même
   
 #   define SIGTEST                  SIGUSR1  #   define SIGTEST                  SIGUSR1
   
Line 2192  typedef struct processus Line 2193  typedef struct processus
     struct_liste_chainee        *liste_mutexes;      struct_liste_chainee        *liste_mutexes;
     pthread_mutex_t             protection_liste_mutexes;      pthread_mutex_t             protection_liste_mutexes;
   
   /* Pointeurs nécessaire à RESTART                   */
   
       int                         argv;
       char                        *argc[];
       char                        *envp[];
   
 /* Gestion optimisée de la mémoire                  */  /* Gestion optimisée de la mémoire                  */
   
     double                      estimation_taille_pile_tampon;      double                      estimation_taille_pile_tampon;
Line 3008  complex16 sommation_vecteur_complexe(com Line 3015  complex16 sommation_vecteur_complexe(com
 */  */
   
 #ifndef RPLARGS  #ifndef RPLARGS
 int rplinit(int argc, char *argv[], unsigned char ***resultats, char *rpl_home);  int rplinit(int argc, char *argv[], char *envp[],
           unsigned char ***resultats, char *rpl_home);
 #endif  #endif
   
 /*  /*

Removed from v.1.146  
changed lines
  Added in v.1.147


CVSweb interface <joel.bertrand@systella.fr>