Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove useless C linkage.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 3 Apr 2018 14:11:20 +0000 (16:11 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 3 Apr 2018 14:12:58 +0000 (16:12 +0200)
src/surf/trace_mgr.hpp

index 0e65425..e2b4111 100644 (file)
@@ -28,7 +28,6 @@ public:
 } // namespace kernel
 } // namespace simgrid
 typedef simgrid::kernel::resource::TraceEvent* tmgr_trace_event_t;
 } // namespace kernel
 } // namespace simgrid
 typedef simgrid::kernel::resource::TraceEvent* tmgr_trace_event_t;
-extern "C" {
 
 /**
  * \brief Free a trace event structure
 
 /**
  * \brief Free a trace event structure
@@ -43,7 +42,6 @@ XBT_PUBLIC void tmgr_finalize();
 
 XBT_PUBLIC tmgr_trace_t tmgr_trace_new_from_file(std::string filename);
 XBT_PUBLIC tmgr_trace_t tmgr_trace_new_from_string(std::string id, std::string input, double periodicity);
 
 XBT_PUBLIC tmgr_trace_t tmgr_trace_new_from_file(std::string filename);
 XBT_PUBLIC tmgr_trace_t tmgr_trace_new_from_string(std::string id, std::string input, double periodicity);
-}
 
 namespace simgrid {
 /** @brief Modeling of the availability profile (due to an external load) or the churn
 
 namespace simgrid {
 /** @brief Modeling of the availability profile (due to an external load) or the churn