app/testpmd: record Rx and dropped stats in flowgen
[dpdk.git] / examples / qos_sched / meson.build
index ba59d3c..dc103e9 100644 (file)
@@ -9,6 +9,11 @@
 allow_experimental_apis = true
 deps += ['sched', 'cfgfile']
 sources = files(
-       'app_thread.c', 'args.c', 'cfg_file.c', 'cmdline.c',
-       'init.c', 'main.c', 'stats.c'
+        'app_thread.c',
+        'args.c',
+        'cfg_file.c',
+        'cmdline.c',
+        'init.c',
+        'main.c',
+        'stats.c',
 )