From dc186d6d2b0dd4ad23ca5fc69c00e81f796ff6d9 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 27 Jul 2015 15:39:11 +0200 Subject: odhcp6c: sync and accumulate RA & DHCPv6 events correctly --- src/odhcp6c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/odhcp6c.h') diff --git a/src/odhcp6c.h b/src/odhcp6c.h index c9a7398..d202790 100644 --- a/src/odhcp6c.h +++ b/src/odhcp6c.h @@ -324,7 +324,7 @@ int ra_conf_retransmit(int newvalue); int script_init(const char *path, const char *ifname); ssize_t script_unhexlify(uint8_t *dst, size_t len, const char *src); -void script_call(const char *status); +void script_call(const char *status, int delay, bool resume); bool odhcp6c_signal_process(void); uint64_t odhcp6c_get_milli_time(void); -- cgit v1.2.1