Test: kernel testing for notification
[lttng-tools.git] / tests / regression / tools / notification / base_client.c
index 7fbaa9e4dc77741047e43dffe9635733402172b3..5d801282ce565762f28b0c305025e4037fcddce9 100644 (file)
@@ -201,7 +201,7 @@ int main(int argc, char **argv)
                goto end;
        }
        condition_status = lttng_condition_buffer_usage_set_domain_type(
-                       condition, LTTNG_DOMAIN_UST);
+                       condition, domain_type);
        if (condition_status != LTTNG_CONDITION_STATUS_OK) {
                printf("error: Could not set domain type\n");
                ret = 1;
This page took 0.023949 seconds and 5 git commands to generate.