diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2011-08-20 10:05:23 +0400 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2011-08-20 10:05:23 +0400 |
commit | a93e43804c9a37b3cc2141d5ada3158653a7a221 (patch) | |
tree | 96e51396d3d7cd2c2ba69d274faa7a9760df457e /accel-pppd/ppp/ppp.h | |
parent | 5ef49162ea9763ca9878c22e3736766d8f1db014 (diff) | |
parent | ef1d4c04584076dc77fc8df62c996feb1ac10c41 (diff) | |
download | accel-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.h | 5 |
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; |