X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=CONTRIBUTING.adoc;h=0eeb43ecd4432c77dc8c7270473c6469eb470afa;hb=a3f0c7db90f4cfc81090a83a7442b7bc624d5789;hp=be9688a313beeb2c256c066a9ae25cd8c132a374;hpb=d9c39b0a4ad9517178899334c0ca89fd20901609;p=babeltrace.git diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index be9688a3..0eeb43ec 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -689,6 +689,10 @@ The available format specifiers are: |Message |`+const struct bt_message *+` +|`I` +|Message iterator class +|`struct bt_message_iterator_class *` + |`i` |Message iterator |`struct bt_message_iterator *` @@ -1489,8 +1493,7 @@ loads libbabeltrace2, use: ---- $ G_SLICE=always-malloc G_DEBUG=gc-friendly PYTHONMALLOC=malloc \ - LIBBABELTRACE2_NO_DLCLOSE=1 valgrind --leak-check=full \ - --suppressions=/path/to/babeltrace/extras/valgrind/popt.supp app + LIBBABELTRACE2_NO_DLCLOSE=1 valgrind --leak-check=full app ---- `G_SLICE=always-malloc` and `G_DEBUG=gc-friendly` is for GLib and