]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/mc_model_checker.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Read host name from remote process
[simgrid.git] / src / mc / mc_model_checker.h
index 308cf127ff69a77c9311ff83e6897695556154f9..45790f35e5b51d12628a885f9a306faf3a04c2c7 100644 (file)
 #include <sys/types.h>
 
 #include <simgrid_config.h>
+#include <xbt/dynar.h>
 
 #include "mc_forward.h"
 #include "mc_process.h"
 #include "mc_page_store.h"
+#include "mc_protocol.h"
 
 SG_BEGIN_DECL()
 
@@ -32,6 +34,8 @@ struct s_mc_model_checker {
   int fd_pagemap;
   xbt_dynar_t record;
   s_mc_process_t process;
+  /** String pool for host names */
+  xbt_dict_t /* <hostname, NULL> */ hosts;
 };
 
 mc_model_checker_t MC_model_checker_new(pid_t pid, int socket);