examples: add flush after stats printing
[dpdk.git] / examples / ipv4_multicast / meson.build
index 6969e2c..7dc13fb 100644 (file)
@@ -6,8 +6,8 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
-deps += 'hash'
 allow_experimental_apis = true
+deps += 'hash'
 sources = files(
        'main.c'
 )