Implement custom field support
[deliverable/lttng-modules.git] / probes / lttng-events-reset.h
index 8262d83eb238572e3b30f593c87cac933f676b4c..3b39233ca69b82a39f9eb4bb565159a09fdab890 100644 (file)
 #undef ctf_string
 #define ctf_string(_item, _src)
 
+#undef ctf_custom_field
+#define ctf_custom_field(_type, _item, _code)
+
+#undef ctf_custom_type
+#define ctf_custom_type(...)
+
+#undef ctf_custom_code
+#define ctf_custom_code(...)
+
+#undef ctf_align
+#define ctf_align(_type)
+
 /* "nowrite" */
 #undef ctf_integer_nowrite
 #define ctf_integer_nowrite(_type, _item, _src)
This page took 0.02616 seconds and 5 git commands to generate.