Add type class/type structure management
[babeltrace.git] / formats / ctf / types / variant.c
diff --git a/formats/ctf/types/variant.c b/formats/ctf/types/variant.c
new file mode 100644 (file)
index 0000000..78adca3
--- /dev/null
@@ -0,0 +1,29 @@
+/*
+ * Common Trace Format
+ *
+ * Variant format access functions.
+ *
+ * Copyright 2011 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ *
+ * 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 <babeltrace/ctf/types.h>
+
+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)
+{
+}
This page took 0.024492 seconds and 4 git commands to generate.