X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/1caa23ff879cec7f8f36b32a987f0610291ef177..53dea2fbb44f128eb4f6c2259adcd9fbefe1527e:/hackypar.c diff --git a/hackypar.c b/hackypar.c index 5c5cd3d..31ef145 100644 --- a/hackypar.c +++ b/hackypar.c @@ -79,7 +79,7 @@ int hacky_par_mid_failnow(void) { bool_t (*packy_par_gen)(struct site *st); void hacky_par_end(int *ok, - int32_t retries, uint32_t timeout, + int32_t retries, int32_t timeout, bool_t (*send_msg)(struct site *st), struct site *st) { int i; @@ -115,7 +115,7 @@ void hacky_par_end(int *ok, int hacky_par_start_failnow(void) { return 0; } int hacky_par_mid_failnow(void) { return 0; } void hacky_par_end(int *ok, - int32_t retries, uint32_t timeout, + int32_t retries, int32_t timeout, bool_t (*send_msg)(struct site *st), struct site *st) { } #endif /*HACKY_PARALLEL...else*/