From: Martin Quinson Date: Mon, 7 Nov 2011 10:31:15 +0000 (+0100) Subject: Continue parser cleanups X-Git-Tag: exp_20120216~465 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a38c139dae908a891ed224eb09f8d517f7bdf6b3?hp=a38c139dae908a891ed224eb09f8d517f7bdf6b3 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. ---