Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make e_smx_comm_type_t be en enum class
[simgrid.git] / src / kernel / activity / CommImpl.cpp
index 0409ebd..f16fe42 100644 (file)
@@ -37,7 +37,7 @@ namespace simgrid {
 namespace kernel {
 namespace activity {
 
-CommImpl::CommImpl(e_smx_comm_type_t _type) : type(_type)
+CommImpl::CommImpl(CommImpl::Type type) : type(type)
 {
   state_   = SIMIX_WAITING;
   src_data_ = nullptr;