X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Ftypes.h;h=15b82bd74e86a47d7c3e586c434caa34053fbc35;hb=e73cc54c775bbc29328a108f65a12a0f7e3c70f7;hp=4534d0f1c2e491c2db7ba5f865b09a22826e7897;hpb=bcdf4cf28bb5517137c074801b949fc641141e6c;p=babeltrace.git diff --git a/include/babeltrace/types.h b/include/babeltrace/types.h index 4534d0f1..15b82bd7 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 @@ -177,7 +179,7 @@ struct definition_float { struct definition_integer *mantissa; struct definition_integer *exp; /* Last values read */ - long double value; + double value; }; /* @@ -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);