summaryrefslogtreecommitdiff
path: root/accel-pppd/ppp/ppp.h
diff options
context:
space:
mode:
authorDmitry Kozlov <xeb@mail.ru>2011-08-20 10:05:23 +0400
committerDmitry Kozlov <xeb@mail.ru>2011-08-20 10:05:23 +0400
commita93e43804c9a37b3cc2141d5ada3158653a7a221 (patch)
tree96e51396d3d7cd2c2ba69d274faa7a9760df457e /accel-pppd/ppp/ppp.h
parent5ef49162ea9763ca9878c22e3736766d8f1db014 (diff)
parentef1d4c04584076dc77fc8df62c996feb1ac10c41 (diff)
downloadaccel-ppp-xebd-a93e43804c9a37b3cc2141d5ada3158653a7a221.tar.gz
accel-ppp-xebd-a93e43804c9a37b3cc2141d5ada3158653a7a221.zip
Merge branch 'ipv6'
Diffstat (limited to 'accel-pppd/ppp/ppp.h')
-rw-r--r--accel-pppd/ppp/ppp.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/accel-pppd/ppp/ppp.h b/accel-pppd/ppp/ppp.h
index c0ebe83..ae2a7c9 100644
--- a/accel-pppd/ppp/ppp.h
+++ b/accel-pppd/ppp/ppp.h
@@ -3,7 +3,6 @@
#include <sys/types.h>
#include <time.h>
-#include <netinet/in.h>
#include <pthread.h>
#include "triton.h"
@@ -99,8 +98,8 @@ struct ppp_t
time_t start_time;
time_t stop_time;
char *username;
- in_addr_t ipaddr;
- in_addr_t peer_ipaddr;
+ uint32_t ipaddr;
+ uint32_t peer_ipaddr;
struct ppp_ctrl_t *ctrl;