version 1.120, 2015/02/19 11:01:20
|
version 1.123, 2015/09/18 13:41:10
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.1.21 |
RPL/2 (R) version 4.1.23 |
Copyright (C) 1989-2015 Dr. BERTRAND Joël |
Copyright (C) 1989-2015 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
Line 2434 copie_objet(struct_processus *s_etat_pro
|
Line 2434 copie_objet(struct_processus *s_etat_pro
|
(*((struct_socket *) ((*s_objet).objet))).pid; |
(*((struct_socket *) ((*s_objet).objet))).pid; |
(*((struct_socket *) ((*s_nouvel_objet).objet))).tid = |
(*((struct_socket *) ((*s_nouvel_objet).objet))).tid = |
(*((struct_socket *) ((*s_objet).objet))).tid; |
(*((struct_socket *) ((*s_objet).objet))).tid; |
|
(*((struct_socket *) ((*s_nouvel_objet).objet))).options = |
|
(*((struct_socket *) ((*s_objet).objet))).options; |
|
(*((struct_socket *) ((*s_nouvel_objet).objet))).priorite = |
|
(*((struct_socket *) ((*s_objet).objet))).priorite; |
|
(*((struct_socket *) ((*s_nouvel_objet).objet))).buffer_reception = |
|
(*((struct_socket *) ((*s_objet).objet))).buffer_reception; |
|
(*((struct_socket *) ((*s_nouvel_objet).objet))).buffer_emission = |
|
(*((struct_socket *) ((*s_objet).objet))).buffer_emission; |
|
(*((struct_socket *) ((*s_nouvel_objet).objet))).timeout_reception = |
|
(*((struct_socket *) ((*s_objet).objet))).timeout_reception; |
|
(*((struct_socket *) ((*s_nouvel_objet).objet))).timeout_emission = |
|
(*((struct_socket *) ((*s_objet).objet))).timeout_emission; |
|
|
if (((*((struct_socket *) ((*s_nouvel_objet).objet))).format = |
if (((*((struct_socket *) ((*s_nouvel_objet).objet))).format = |
copie_objet(s_etat_processus, (*((struct_socket *) |
copie_objet(s_etat_processus, (*((struct_socket *) |