diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2017-04-07 08:44:23 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2017-05-09 16:43:23 +0300 |
commit | a49795054a0b2034ac50a2a894864fdb353addb5 (patch) | |
tree | 7c38e5fac2f35d3d72978b91e13ab78f75438ed6 /tools/virtio/ringtest/main.h | |
parent | fb9de9704775d6190c204f4ddf8da4cfdac26be1 (diff) | |
download | linux-a49795054a0b2034ac50a2a894864fdb353addb5.tar.xz |
ringtest: support test specific parameters
Add a new flag for passing test-specific parameters.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tools/virtio/ringtest/main.h')
-rw-r--r-- | tools/virtio/ringtest/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/virtio/ringtest/main.h b/tools/virtio/ringtest/main.h index 14142faf040b..90b0133004e1 100644 --- a/tools/virtio/ringtest/main.h +++ b/tools/virtio/ringtest/main.h @@ -10,6 +10,8 @@ #include <stdbool.h> +extern int param; + extern bool do_exit; #if defined(__x86_64__) || defined(__i386__) |