diff --git a/src/main.c b/src/main.c index 73b554d..44409c0 100644 --- a/src/main.c +++ b/src/main.c @@ -659,6 +659,7 @@ int main (int argc, char **argv) long retry_count = 0; long retry_slope = 1000; + long retry_const = 0; long retry_limit = 1000000; struct option ka_opts[] = { @@ -676,6 +677,7 @@ int main (int argc, char **argv) struct option retry_opts[] = { { "count", &retry_count, option_long }, { "slope", &retry_slope, option_long }, + { "const", &retry_const, option_long }, { "limit", &retry_limit, option_long }, { NULL }, }; @@ -796,7 +798,7 @@ int main (int argc, char **argv) if (retry=0 && retry>=retry_count) { gt_log("couldn't %s (%d attempt%s)\n",