Fix: backward compatibility with UST 2.0 app probes
[lttng-ust.git] / include / lttng / ust-tracepoint-event-reset.h
index 25432fdc922466cf3b244879961512ae0ad44661..e76072fc532d90fe98ecdc10e2f157e3a595990f 100644 (file)
 
 #undef _ctf_integer_ext
 #define _ctf_integer_ext(_type, _item, _src, _byte_order, _base, \
-                       _written)
+                       _nowrite)
 
 #undef _ctf_float
-#define _ctf_float(_type, _item, _src, _written)
+#define _ctf_float(_type, _item, _src, _nowrite)
 
 #undef _ctf_array_encoded
 #define _ctf_array_encoded(_type, _item, _src, _length, _encoding, \
-                       _written)
+                       _nowrite)
 
 #undef _ctf_sequence_encoded
 #define _ctf_sequence_encoded(_type, _item, _src, _length_type, \
-                       _src_length, _encoding, _written)
+                       _src_length, _encoding, _nowrite)
 
 #undef _ctf_string
-#define _ctf_string(_item, _src, _written)
+#define _ctf_string(_item, _src, _nowrite)
 
 /* "write" */
 #undef ctf_integer
This page took 0.023269 seconds and 4 git commands to generate.