Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
some of the action checking code didn't work right, so I removed it.
[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;