X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9c0ecca30e78065f9f57599a3eee17e53e8d89ca..aeb67d26a90a4fbc05a2ee596c8f627bb7aa615b:/src/include/simix/datatypes.h diff --git a/src/include/simix/datatypes.h b/src/include/simix/datatypes.h index fd193beae7..dd998ac525 100644 --- a/src/include/simix/datatypes.h +++ b/src/include/simix/datatypes.h @@ -55,6 +55,9 @@ SG_BEGIN_DECL() /******************************* Networking ***********************************/ typedef struct s_smx_rvpoint *smx_rdv_t; typedef struct s_smx_comm *smx_comm_t; + typedef enum {comm_send, + comm_recv + } smx_comm_type_t;