Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove 2 files with no useful content to scavenge from the old doc
[simgrid.git] / doc / doxygen / inside_extending.doc
index 2aba2a57d5624c92249b81a1db0f52c2333e7dfd..fefe0a21acd4198916f6da6240f77ec0d8c876e1 100644 (file)
@@ -165,10 +165,10 @@ generates the following files:
 - popping_bodies.cpp:
   The BODY function of each simcall
 - popping_enum.hpp:
-  Definition of type `enum e_smx_simcall_t` (one value per existing simcall)
+  Definition of type `enum class Simcall` (one value per existing simcall)
 - popping_generated.cpp:
   Definitions of `simcall_names[]` (debug name of each simcall), and
-  SIMIX_simcall_enter() that deals with the simcall from within the kernel
+  ActorImpl::simcall_handle() that deals with the simcall from within the kernel
 
 The simcall.in file list all the simcalls in sections. A line starting by "##"
 define a new section which will be replace by a "ifdef" in the generated code.
@@ -256,4 +256,4 @@ catch (std::runtime_error& e) {
 You should not do something like that. Please work instead to make XML
 avoidable, ie to make the C++ interface nice and usable.
 
-*/
\ No newline at end of file
+*/