X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Fctf.c;h=580133cc86c873fef4225e0bf3fbd65ff2019bb8;hp=c8a3712235ae749215e906f342921a926605f7a8;hb=c054553dac076f91196b372fa19efaf2adc4e4f9;hpb=8a4035bcbfe691490b031f08533676597f72a4ac diff --git a/formats/ctf/ctf.c b/formats/ctf/ctf.c index c8a37122..580133cc 100644 --- a/formats/ctf/ctf.c +++ b/formats/ctf/ctf.c @@ -3,7 +3,7 @@ * * Format registration. * - * Copyright 2010 - Mathieu Desnoyers + * Copyright 2010, 2011 - 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 @@ -37,6 +37,8 @@ static struct format ctf_format = { .enum_write = ctf_enum_write, .struct_begin = ctf_struct_begin, .struct_end = ctf_struct_end, + .variant_begin = ctf_variant_begin, + .variant_end = ctf_variant_end, .array_begin = ctf_array_begin, .array_end = ctf_array_end, .sequence_begin = ctf_sequence_begin,