Skip to content
Snippets Groups Projects
Commit b27e8e93 authored by Sang-Hoon Kim's avatar Sang-Hoon Kim
Browse files

Fixed too small type for nr_tested

parent 3d639616
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ static void *testlock; ...@@ -32,7 +32,7 @@ static void *testlock;
static int testlock_held = 0; static int testlock_held = 0;
static enum lock_types lock_type; static enum lock_types lock_type;
static int nr_tested = 0; static unsigned long nr_tested = 0;
static int testing_duration_sec = 5; static int testing_duration_sec = 5;
const int nr_testers = 4; const int nr_testers = 4;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment