interests
[lttv.git] / ltt / branches / poly / ltt / tracefile.c
index 7f76f014c9ce615e8a6af864a0f9e2e6f1dd69da..cdfab23fd2c3dc62d75a46fdac042b53ec0deb68 100644 (file)
@@ -2170,6 +2170,8 @@ void preset_field_type_size(LttTracefile *tf, LttEventType *event_type,
           max_size = max(max_size, field->child[i]->field_size);
       }
       if(final_child_status != FIELD_FIXED) {
+                               g_error("LTTV does not support variable size fields in unions.");
+                               /* This will stop the application. */
         *fixed_root = final_child_status;
         *fixed_parent = final_child_status;
         field->field_size = 0;
This page took 0.023343 seconds and 4 git commands to generate.