X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2d4fc06bb64ca1d0031a0dd49bfcc60d2ec44b32..b52dc83342769c5c4e6dc36e05d30756a732fa20:/src/gras/Transport/transport_interface.h diff --git a/src/gras/Transport/transport_interface.h b/src/gras/Transport/transport_interface.h index 3265203840..78421a5ba4 100644 --- a/src/gras/Transport/transport_interface.h +++ b/src/gras/Transport/transport_interface.h @@ -72,7 +72,7 @@ struct gras_trp_plugin_ { void *data; /* plugin-specific data */ /* exit is responsible for freeing data and telling the OS this plugin goes */ - /* if it's NULL, data gets freed. (ie exit needed only when data contains pointers) */ + /* exit=NULL, data gets freed. (ie exit function needed only when data contains pointers) */ void (*exit)(gras_trp_plugin_t *); };