Use a fix timer in the injection loop
Compare changes
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 20
− 33
@@ -38,6 +38,9 @@ static int verbose = 0;
@@ -83,36 +86,16 @@ static void *inject_thread(void *arg) {
@@ -151,9 +134,8 @@ static void *inject_thread(void *arg) {
@@ -364,9 +346,10 @@ static void pick_logs(void) {
@@ -392,7 +375,7 @@ int main(int argc, char *argv[]) {
@@ -400,6 +383,9 @@ int main(int argc, char *argv[]) {
@@ -438,6 +424,7 @@ int main(int argc, char *argv[]) {