summaryrefslogtreecommitdiff
path: root/accel-pppd/ppp/ppp.h
diff options
context:
space:
mode:
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;