Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Continue parser cleanups
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 7 Nov 2011 10:31:15 +0000 (11:31 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 7 Nov 2011 10:31:15 +0000 (11:31 +0100)
commita38c139dae908a891ed224eb09f8d517f7bdf6b3
tree4ea231115a50692e58343d62dcbc3cd886c1b6ca
parent7da44b26eb7f4da0d4ce7672f479dea4d01767b3
Continue parser cleanups

Prepare to split the interface of sg_platf in two: one public
interface (include/simgrid/platf.h) will contain the function
available to the user code to create elements while another interface
(src/include/simgrid/platf_interface.h) will contain what internal
modules need to declare callbacks on the element creation events.

For now, the files are still very empty, but I try to not break stuff
even further, so I commit soon.
buildtools/Cmake/DefinePackages.cmake
include/simgrid/platf.h
src/include/simgrid/platf_interface.h [new file with mode: 0644]
src/include/surf/datatypes.h
src/include/surf/surf.h
src/include/surf/surfxml_parse_values.h
src/include/surf/trace_mgr.h
src/surf/sg_platf.c [new file with mode: 0644]
src/surf/surf_routing.c
src/surf/surfxml_parse.c