summaryrefslogtreecommitdiff
path: root/src/odhcp6c.h
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2013-10-14 15:29:39 +0200
committerSteven Barth <steven@midlink.org>2013-10-14 15:29:39 +0200
commit2037bd1f310239f1982f3bd2f541ba409ee16b6a (patch)
treed397f7af893f0218cd9c9c0949d66491aa5fd1b7 /src/odhcp6c.h
parenta76c62d6a528d7b22aff49f5fd662af02976cfbe (diff)
downloadodhcp6c-2037bd1f310239f1982f3bd2f541ba409ee16b6a.tar.gz
Make SOL_MAX_RT configurable and default to 120
Diffstat (limited to 'src/odhcp6c.h')
-rw-r--r--src/odhcp6c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/odhcp6c.h b/src/odhcp6c.h
index b6f0ff2..669b33d 100644
--- a/src/odhcp6c.h
+++ b/src/odhcp6c.h
@@ -223,7 +223,7 @@ struct odhcp6c_entry {
};
-int init_dhcpv6(const char *ifname, int request_pd);
+int init_dhcpv6(const char *ifname, int request_pd, int sol_timeout);
void dhcpv6_set_ia_mode(enum odhcp6c_ia_mode na, enum odhcp6c_ia_mode pd);
int dhcpv6_request(enum dhcpv6_msg type);
int dhcpv6_poll_reconfigure(void);