diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2013-09-06 10:55:35 +0400 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2013-09-06 10:55:35 +0400 |
commit | 7ea5ddfb8cf3a2507b901882bd92c5c946e372c8 (patch) | |
tree | a201079f18621a2037ac6c65f1107f814b141843 /accel-pppd/ctrl/ipoe/dhcpv4.h | |
parent | 5f8334da2d874e0be028ad03376574de1598f0cd (diff) | |
download | accel-ppp-xebd-7ea5ddfb8cf3a2507b901882bd92c5c946e372c8.tar.gz accel-ppp-xebd-7ea5ddfb8cf3a2507b901882bd92c5c946e372c8.zip |
ipoe: various fixes in relay operation
Diffstat (limited to 'accel-pppd/ctrl/ipoe/dhcpv4.h')
-rw-r--r-- | accel-pppd/ctrl/ipoe/dhcpv4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/ctrl/ipoe/dhcpv4.h b/accel-pppd/ctrl/ipoe/dhcpv4.h index ea39657..39e24ca 100644 --- a/accel-pppd/ctrl/ipoe/dhcpv4.h +++ b/accel-pppd/ctrl/ipoe/dhcpv4.h @@ -97,7 +97,7 @@ struct ap_session; struct dhcpv4_serv *dhcpv4_create(struct triton_context_t *ctx, const char *ifname, const char *opt); void dhcpv4_free(struct dhcpv4_serv *); -struct dhcpv4_relay *dhcpv4_relay_create(const char *addr, const char *giaddr, struct triton_context_t *ctx, triton_event_func recv); +struct dhcpv4_relay *dhcpv4_relay_create(const char *addr, in_addr_t giaddr, struct triton_context_t *ctx, triton_event_func recv); void dhcpv4_relay_free(struct dhcpv4_relay *, struct triton_context_t *); int dhcpv4_relay_send(struct dhcpv4_relay *relay, struct dhcpv4_packet *request, uint32_t server_id, const char *agent_circuit_id, const char *agent_remote_id); |