summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--reserve-test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/reserve-test.c b/reserve-test.c
index 9e63a99..2778c6b 100644
--- a/reserve-test.c
+++ b/reserve-test.c
@@ -31,13 +31,13 @@
#include "reserve.h"
-#define RUN_FOR_SECS 10
+#define RUN_FOR_SECS 60
static int quit = 0;
rd_device *device = NULL;
-static int request_cb(rd_device *d, int forced, int show_ui) {
- printf("Giving up device. (forced=%i, show_ui=%i)\n", forced, show_ui);
+static int request_cb(rd_device *d, int forced) {
+ printf("Giving up device. (forced=%i)\n", forced);
rd_release(d);
device = NULL;