SoW-2019-0002: Dynamic Snapshot
[lttng-tools.git] / src / common / notification.c
index 6b32bd9ac70de71e1203c538933d45a53aaa081e..87f1a8a41345014bb404cd3dade439dde3b98936 100644 (file)
@@ -51,8 +51,7 @@ int lttng_notification_serialize(const struct lttng_notification *notification,
        }
 
        size_before_payload = buf->size;
-       ret = lttng_condition_serialize(notification->condition,
-                       buf);
+       ret = lttng_condition_serialize(notification->condition, buf, NULL);
        if (ret) {
                goto end;
        }
This page took 0.02398 seconds and 5 git commands to generate.