X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/3b83c93292fbf6c4e859ce513bdf54ad90733f96..abf665fc6ca2974e13acede83e0a77967fdccf9a:/hackypar.c diff --git a/hackypar.c b/hackypar.c index ebab051..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, - uint32_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, - uint32_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*/