X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Ftypes%2Fvariant.c;fp=formats%2Fctf%2Ftypes%2Fvariant.c;h=78adca3da54d7506970231ec53802aa2486f73bf;hp=0000000000000000000000000000000000000000;hb=c054553dac076f91196b372fa19efaf2adc4e4f9;hpb=8a4035bcbfe691490b031f08533676597f72a4ac diff --git a/formats/ctf/types/variant.c b/formats/ctf/types/variant.c new file mode 100644 index 00000000..78adca3d --- /dev/null +++ b/formats/ctf/types/variant.c @@ -0,0 +1,29 @@ +/* + * Common Trace Format + * + * Variant format access functions. + * + * Copyright 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 + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + */ + +#include + +void ctf_variant_begin(struct stream_pos *pos, + const struct type_class_variant *variant_class) +{ +} + +void ctf_variant_end(struct stream_pos *pos, + const struct type_class_variant *variant_class) +{ +}