Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Do not take NULL to mean 'the current address space' in dwarf expressions
[simgrid.git] / src / mc / mc_client.h
index 638a8ea..f5d01a5 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()