aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/samples/watch_queue/watch_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'samples/watch_queue/watch_test.c')
-rw-r--r--samples/watch_queue/watch_test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/samples/watch_queue/watch_test.c b/samples/watch_queue/watch_test.c
index 8628b4c5d567..46e618a897fe 100644
--- a/samples/watch_queue/watch_test.c
+++ b/samples/watch_queue/watch_test.c
@@ -120,6 +120,9 @@ static void consumer(int fd)
(n.n.info & WATCH_INFO_ID) >>
WATCH_INFO_ID__SHIFT);
break;
+ case WATCH_META_LOSS_NOTIFICATION:
+ printf("-- LOSS --\n");
+ break;
default:
printf("other meta record\n");
break;