X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d8eb62b207b566949a0d9ce649a7b21e226b9168..c720879e65dad100b681689658d174c291fcba73:/README.coding diff --git a/README.coding b/README.coding index 6b3d048dde..44414b90f2 100644 --- a/README.coding +++ b/README.coding @@ -35,6 +35,8 @@ SimGrid4 will follow the these rules: - Example: src/kernel/activity/Activity.cpp include/simgrid/activity/Activity.hpp C + - Field getters are named sg_object_field() eg sg_link_name() + Field setters are named sg_object_field_set() eg sg_link_data_set() - variables and functions are in snake_case() - typedefs do not hide the pointers, ie * must be explicit char * sg_host_get_name(sg_host_t * host);