Clean-up: replace erroneous of empty parameter list by void
[lttng-tools.git] / tests / regression / tools / notification / notification.c
index 90abc11de1215a5d94ed90aa20b4b872ce2a2167..cc42e6153c452bb209d887a68e14812286e4fc6c 100644 (file)
@@ -171,7 +171,7 @@ error:
 }
 
 static
-int resume_application()
+int resume_application(void)
 {
        int ret;
        struct stat buf;
@@ -413,7 +413,7 @@ void test_notification_channel(const char *session_name, const char *channel_nam
        struct lttng_condition *dummy_condition = NULL;
 
        double low_ratio = 0.0;
-       double high_ratio = 0.99;
+       double high_ratio = 0.90;
 
        /* Set-up */
        action = lttng_action_notify_create();
This page took 0.023281 seconds and 4 git commands to generate.