_CCodeGenerator.generate_header(): use Jinja 2 templates
[deliverable/barectf.git] / barectf / templates / metadata.j2
index ad46b626a88839e7964ce2f6bcb63f203a9bfec2..f3abe749476fe897b583e45b80c9ccfb7e32a930 100644 (file)
@@ -1,3 +1,4 @@
+{% import 'common.j2' as common %}
 /* CTF 1.8 */
 
 /*
@@ -26,7 +27,7 @@
  * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  *
  * The following TSDL code was generated by barectf v{{ barectf_version.__version__ }}
- * on {{ cfg.trace.environment['barectf_gen_date'] }}.
+ * on {{ common.gen_date }}.
  *
  * For more details, see <https://barectf.org/>.
  */
This page took 0.022248 seconds and 4 git commands to generate.