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

Public GIT Repository
[mc] Read host name from remote process
[simgrid.git] / src / mc / mc_client.h
index 638a8eafdaf802e3b63d27321469681dd3478714..f5d01a57bf25656ceb6c02d85cd8d3ce2414c13c 100644 (file)
@@ -23,8 +23,9 @@ void MC_client_hello(void);
 void MC_client_handle_messages(void);
 void MC_client_send_message(void* message, size_t size);
 
+#ifdef HAVE_MC
 void MC_ignore(void* addr, size_t size);
-
+#endif
 
 SG_END_DECL()