X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/664906a2f0058fcf83456ff2f4e7a3dbf97d4afe..1c6ecd7825422241dd932318a4ba03c3df1de985:/src/simix/README_attempt_without_stack diff --git a/src/simix/README_attempt_without_stack b/src/simix/README_attempt_without_stack index 4985d0cc97..f69afc4c9c 100644 --- a/src/simix/README_attempt_without_stack +++ b/src/simix/README_attempt_without_stack @@ -46,7 +46,7 @@ A simple to use and efficient trace parser is also provided: void replay_trace_reader_free(replay_trace_reader_t *reader); /* get a new event. Don't free the content, strdup what you want to keep after next call to reader_get() */ - const char * const*replay_trace_reader_get(replay_trace_reader_t r); + const char **replay_trace_reader_get(replay_trace_reader_t r); /* return a "file:pos" description of the last thing we read. */ const char *replay_trace_reader_position(replay_trace_reader_t r); Check replay_trace_reader.c for souce code, and replay_MPI.c for @@ -113,4 +113,4 @@ argument to the run_fun(). Isn't all this beautifully awful?? A few gotos in your code are just -what you need to go 20 years back to the good old time of gwbasic... \ No newline at end of file +what you need to go 20 years back to the good old time of gwbasic...