Tracepoint: add ctf sequence for network byte order integers
[lttng-ust.git] / tests / hello / ust_tests_hello.h
index e518b0d4903499aa93281d01f8c5e9689c09441d..84a799a05d32946e8b0e92b33158a55539041c9d 100644 (file)
@@ -46,6 +46,8 @@ TRACEPOINT_EVENT(ust_tests_hello, tptest,
                             size_t, textlen)
                ctf_sequence_text(char, seqfield2, text,
                             size_t, textlen)
+               ctf_sequence_network(long, seqfield_network_3, values,
+                            size_t, 3)
                ctf_string(stringfield, text)
                ctf_float(float, floatfield, floatarg)
                ctf_float(double, doublefield, doublearg)
This page took 0.023152 seconds and 4 git commands to generate.