X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=types%2Ffloat.c;h=7ae4df6e4f39ae77ef58e93080851fe422f8f686;hp=1efd5ed3624ccf4be0c9469d1a88aabd55d44e5a;hb=b1a2f5806630289aa0b85edbb7f7c581cfa26178;hpb=16b695f5a7dd6200e7c1a732a763fd1b5cf20dc7 diff --git a/types/float.c b/types/float.c index 1efd5ed3..7ae4df6e 100644 --- a/types/float.c +++ b/types/float.c @@ -103,6 +103,7 @@ struct definition * } _float->p.ref = 1; _float->p.index = index; + _float->p.name = field_name; _float->value = 0.0; return &_float->p; }