#include <string>
#include <vector>
#include <msg/msg.h>
+#include "simgrid_features.h"
// Helper class that associates instances of itself with each host.
// Facilitate global operations on hosts, and retreiving of host name
static size_t size() { return hosts.size(); }
static const hostdata& at(size_t i) { return hosts[i]; }
- hostdata(m_host_t host);
+ hostdata(msg_host_t host);
~hostdata();
const char* get_name() const { return name; }