summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorYASUOKA Masahiko <yasuoka@cvs.openbsd.org>2014-07-11 16:24:01 +0000
committerYASUOKA Masahiko <yasuoka@cvs.openbsd.org>2014-07-11 16:24:01 +0000
commitb69bc976928e5ac27cfc17e8e3a705a7efb37405 (patch)
tree9054584dfe58895271b11134cc083dc1ee428f08 /sys/net
parentef3d78581fab85065bcd785dcc99771ba55f7030 (diff)
Use uint32_t instead of uint16_t for pr_timeout_sec of struct
pipex_session_req.
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/pipex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pipex.h b/sys/net/pipex.h
index f2b9839c528..3d4fcbfefef 100644
--- a/sys/net/pipex.h
+++ b/sys/net/pipex.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pipex.h,v 1.17 2013/06/08 14:24:38 yasuoka Exp $ */
+/* $OpenBSD: pipex.h,v 1.18 2014/07/11 16:24:00 yasuoka Exp $ */
/*
* Copyright (c) 2009 Internet Initiative Japan Inc.
@@ -89,7 +89,7 @@ struct pipex_session_req {
int8_t pr_ccp_id; /* CCP current packet id */
int pr_ppp_id; /* PPP Id. */
uint16_t pr_peer_mru; /* Peer's MRU */
- uint16_t pr_timeout_sec; /* Idle Timer */
+ uint32_t pr_timeout_sec; /* Idle Timer */
struct in_addr pr_ip_srcaddr; /* local framed IP-Address */
struct in_addr pr_ip_address; /* framed IP-Address */