Fix: backward compatibility with UST 2.0 app probes
[lttng-ust.git] / liblttng-ust / ltt-events.c
index fd70279afb8451d99ad3c5ddc7b6facea20f4b43..ab099e1aba89afedb6a9456c0768509277500a8c 100644 (file)
@@ -726,7 +726,7 @@ int _ltt_field_statedump(struct ltt_session *session,
 {
        int ret = 0;
 
-       if (!field->written)
+       if (field->nowrite)
                return 0;
 
        switch (field->type.atype) {
This page took 0.023009 seconds and 4 git commands to generate.