Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
blah
[simgrid.git] / src / smpi / private.h
index 69d63f5..dccaec0 100644 (file)
@@ -66,6 +66,8 @@ 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;