Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rah. I finally found why the doxygen parser got fucked by this file and were able...
[simgrid.git] / src / smpi / private.h
index dccaec0..69d63f5 100644 (file)
@@ -66,8 +66,6 @@ typedef struct smpi_received_message_t {
        void *data;
        int forward;
 
-       smx_action_t action;
-
 } s_smpi_received_message_t;
 typedef struct smpi_received_message_t *smpi_received_message_t;