Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Convert MC config parameters to C++ API, and move their definitions to mc_config...
[simgrid.git] / src / mc / mc_page_snapshot.cpp
index dacbbb6..a7f21c2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014-2017. The SimGrid Team.
+/* Copyright (c) 2014-2018. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -19,8 +19,6 @@
 
 using simgrid::mc::remote;
 
-extern "C" {
-
 /** @brief Restore a snapshot of a region
  *
  *  If possible, the restoration will be incremental
@@ -51,5 +49,3 @@ void mc_region_restore_sparse(simgrid::mc::RemoteClient* process, mc_mem_region_
   mc_restore_page_snapshot_region(process,
     (void*) reg->permanent_address().address(), reg->page_data());
 }
-
-}