netlink: Move local_address into struct netlink
[secnet] / hackypar.h
CommitLineData
3b83c932
SE
1/* Hacky parallelism
2 * Ian Jackson
3 * We fork, and return false !
4 */
5
6#ifndef hackympzpar_h
7#define hackympzpar_h
8
9struct site;
10
11int hacky_par_start_failnow(void);
12int hacky_par_mid_failnow(void);
13void hacky_par_end(int *ok,
4a8aed08 14 int32_t retries, int32_t timeout,
3b83c932
SE
15 bool_t (*send_msg)(struct site *st), struct site *st);
16
17#endif /* hackympzpar_h */