X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Ftest_ring_stress.h;h=60953ce47d6d1e6a669162bd15f144787e1f8179;hb=e6cf7bee1c77a0f321cea3494a106bfa5de6f53c;hp=60eac6216a2095f5487d2048e1d2598195c19360;hpb=bf28df24e915dbe62a94e38a7c2280a8929b846b;p=dpdk.git diff --git a/app/test/test_ring_stress.h b/app/test/test_ring_stress.h index 60eac6216a..60953ce47d 100644 --- a/app/test/test_ring_stress.h +++ b/app/test/test_ring_stress.h @@ -33,3 +33,6 @@ struct test { }; extern const struct test test_ring_mpmc_stress; +extern const struct test test_ring_rts_stress; +extern const struct test test_ring_hts_stress; +extern const struct test test_ring_peek_stress;