Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MSG_file_open/close now are in the plugin
[simgrid.git] / src / msg / msg_host.cpp
index 7da4076..5db2de1 100644 (file)
 
 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(msg);
 
-simgrid::xbt::Extension<simgrid::s4u::Host, simgrid::MsgHostExt> simgrid::MsgHostExt::EXTENSION_ID;
-
 extern "C" {
 
-int sg_storage_max_file_descriptors = 1024;
-
 /** @addtogroup m_host_management
  * (#msg_host_t) and the functions for managing it.
  *