From b69bc976928e5ac27cfc17e8e3a705a7efb37405 Mon Sep 17 00:00:00 2001 From: YASUOKA Masahiko Date: Fri, 11 Jul 2014 16:24:01 +0000 Subject: Use uint32_t instead of uint16_t for pr_timeout_sec of struct pipex_session_req. --- sys/net/pipex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/net') 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 */ -- cgit v1.2.3