Fix: --clock-force-correlate to handle trace collections gathered from various nodes
[babeltrace.git] / doc / API.txt
index f1780f0a99f3156a52ed96d09973a01d8e570acf..5c06198ec1f3a721414fd221cdf089db143ff82c 100644 (file)
@@ -162,7 +162,9 @@ These functions give access to the value associated with a field :
        * bt_ctf_get_uint64();
        * bt_ctf_get_int64();
        * bt_ctf_get_char_array();
-       * bt_ctf_get_string().
+       * bt_ctf_get_string();
+       * bt_ctf_get_enum_int();
+       * bt_ctf_get_enum_str().
 
 If the field does not exist or is not of the type requested, the value returned
 with these four functions is undefined. To check if an error occured, use the
This page took 0.023535 seconds and 4 git commands to generate.