Fix: check UST float field mantissa length
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.c
index 47cd71f9dbefd1eb9f8450592b453b0225ff07d3..a74dd225400892dda8ce1dacd1ee698056c3c7fa 100644 (file)
@@ -4662,7 +4662,8 @@ static int add_event_ust_registry(int sock, int sobjd, int cobjd, char *name,
         */
        ret_code = ust_registry_create_event(registry, chan_reg_key,
                        sobjd, cobjd, name, sig, nr_fields, fields, loglevel,
-                       model_emf_uri, ua_sess->buffer_type, &event_id);
+                       model_emf_uri, ua_sess->buffer_type, &event_id,
+                       app);
 
        /*
         * The return value is returned to ustctl so in case of an error, the
This page took 0.022846 seconds and 4 git commands to generate.