Fix: check UST float field mantissa length
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.c
index 5c4dc5ae85837ca24bbcef8cbb950fe0269e8376..cf4b7ca772f467712f2f0d1c715ca98e77d8b353 100644 (file)
@@ -4664,7 +4664,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.033905 seconds and 4 git commands to generate.