X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Ftypes.h;h=b42ba03e066ef65cd7b18d4f0d8fed5e0f82a345;hp=845a8ae91500a4744e82c520cd2cfc8c9cd8320d;hb=c462e188f3e7819c7bc74f671038cdbf36e8c3c0;hpb=9e88d150c4119a0c6d6288cad6d6db87df7bac4b diff --git a/include/babeltrace/types.h b/include/babeltrace/types.h index 845a8ae9..b42ba03e 100644 --- a/include/babeltrace/types.h +++ b/include/babeltrace/types.h @@ -19,6 +19,14 @@ * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. */ #include @@ -371,6 +379,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); /*