SoW-2019-0002: Dynamic Snapshot
[lttng-tools.git] / src / lib / lttng-ctl / channel.c
index f2a65885d74416c08885ffe7ebcf5793f683fb09..5fc77d0e402ad686479d5a8f66211f0617cba0bf 100644 (file)
@@ -632,7 +632,7 @@ enum lttng_notification_channel_status send_condition_command(
                goto end_unlock;
        }
 
-       ret = lttng_condition_serialize(condition, &buffer);
+       ret = lttng_condition_serialize(condition, &buffer, NULL);
        if (ret) {
                status = LTTNG_NOTIFICATION_CHANNEL_STATUS_INVALID;
                goto end_unlock;
This page took 0.024124 seconds and 5 git commands to generate.