diff options
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/pipex.h | 4 |
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 */ |