summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl/ipoe/dhcpv4.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pppd/ctrl/ipoe/dhcpv4.h')
-rw-r--r--accel-pppd/ctrl/ipoe/dhcpv4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/ctrl/ipoe/dhcpv4.h b/accel-pppd/ctrl/ipoe/dhcpv4.h
index 57fcf93..7494b73 100644
--- a/accel-pppd/ctrl/ipoe/dhcpv4.h
+++ b/accel-pppd/ctrl/ipoe/dhcpv4.h
@@ -84,8 +84,8 @@ struct dhcpv4_iprange {
struct dhcpv4_serv {
struct triton_context_t *ctx;
struct triton_md_handler_t hnd;
- int raw_sock;
uint8_t hwaddr[6];
+ int ifindex;
void (*recv)(struct dhcpv4_serv *serv, struct dhcpv4_packet *pack);
struct dhcpv4_iprange *range;
};