X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d1977b62d98f448de19f108f3a5bb49b1f2eee54..f6755a2f88d16e9249253ee380f3555f1cfdb085:/doc/doxygen/inside_extending.doc diff --git a/doc/doxygen/inside_extending.doc b/doc/doxygen/inside_extending.doc index a0a8a97856..9593489d61 100644 --- a/doc/doxygen/inside_extending.doc +++ b/doc/doxygen/inside_extending.doc @@ -160,13 +160,13 @@ the simcall definitions from src/simix/simcalls.in, checks that both `simcall_()` and `simcall_HANDLER()` are defined somewhere, and generates the following files: -- smx_popping_accessors.h: +- popping_accessors.hpp: Helper functions to get and set simcall arguments and results -- smx_popping_bodies.cpp: +- popping_bodies.cpp: The BODY function of each simcall -- smx_popping_enum.c: +- popping_enum.h: Definition of type `enum e_smx_simcall_t` (one value per existing simcall) -- smx_popping_generated.cpp: +- 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