Fix: add missing bt_ctf_get_int_len API
[babeltrace.git] / include / babeltrace / types.h
index 845a8ae91500a4744e82c520cd2cfc8c9cd8320d..a0ad283d1a064831e4f1c2ecee877cd51e8fdbe0 100644 (file)
@@ -371,6 +371,7 @@ int64_t get_signed_int(const struct definition *field);
 int get_int_signedness(const struct definition *field);
 int get_int_byte_order(const struct definition *field);
 int get_int_base(const struct definition *field);
+size_t get_int_len(const struct definition *field);    /* in bits */
 enum ctf_string_encoding get_int_encoding(const struct definition *field);
 
 /*
This page took 0.023947 seconds and 4 git commands to generate.