X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Ftypes.h;h=a9fb5fe3ef6e30acd2b63d5b046128291ba1e064;hp=cd31a9efef253333d7be1bd3de5ad8318a1f1c9d;hb=01c76b246be85b5d9c8e99813950fb194c9f714f;hpb=a35173fe7e72fe456cbd19db34a5ff7a09a0c7ff diff --git a/include/babeltrace/types.h b/include/babeltrace/types.h index cd31a9ef..a9fb5fe3 100644 --- a/include/babeltrace/types.h +++ b/include/babeltrace/types.h @@ -6,7 +6,9 @@ * * Type Header * - * Copyright 2010, 2011 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -407,7 +409,7 @@ GArray *enum_uint_to_quark_set(const struct declaration_enum *enum_declaration, * Caller must release the GArray with g_array_unref(). */ GArray *enum_int_to_quark_set(const struct declaration_enum *enum_declaration, - uint64_t v); + int64_t v); /* * Returns a GArray of struct enum_range or NULL. @@ -512,6 +514,8 @@ void append_scope_path(const char *path, GArray *q); /* * Lookup helpers. */ +struct definition *lookup_definition(struct definition *definition, + const char *field_name); struct definition_integer *lookup_integer(struct definition *definition, const char *field_name, int signedness);