Move on-event*.* to event-rule-matches*.*
[lttng-tools.git] / tests / regression / tools / trigger / utils / notification-client.c
index 54248f6330cca7f3202d6b75f488148685123655..7e92cba6156f147845a53f2fdb43839352bc7055 100644 (file)
@@ -14,7 +14,7 @@
 #include <sys/time.h>
 #include <time.h>
 
-#include <lttng/condition/on-event.h>
+#include <lttng/condition/event-rule-matches.h>
 #include <lttng/lttng.h>
 
 #include "utils.h"
@@ -240,7 +240,6 @@ int main(int argc, char **argv)
                        break;
                case LTTNG_NOTIFICATION_CHANNEL_STATUS_CLOSED:
                        printf("Notification channel was closed by peer.\n");
-                       ret = -1;
                        break;
                default:
                        fprintf(stderr, "A communication error occurred on the notification channel.\n");
This page took 0.024416 seconds and 4 git commands to generate.