From owner-cvs-src@FreeBSD.ORG Mon Dec 6 19:49:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FD2616A4CE; Mon, 6 Dec 2004 19:49:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B27643D1F; Mon, 6 Dec 2004 19:49:57 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB6Jnvct002684; Mon, 6 Dec 2004 19:49:57 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB6JnvUS002683; Mon, 6 Dec 2004 19:49:57 GMT (envelope-from glebius) Message-Id: <200412061949.iB6JnvUS002683@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 6 Dec 2004 19:49:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_ppp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Dec 2004 19:49:57 -0000 glebius 2004-12-06 19:49:56 UTC FreeBSD src repository Modified files: sys/netgraph ng_ppp.c Log: - Use ng_callout() instead of timeout(9). - Do not put/remove node references, since this no longer needed. - Remove timerActive flag, use callout flags. - Schedule next callout after doing current one. Reviewed by: archie Approved by: julian (mentor) Revision Changes Path 1.53 +14 -37 src/sys/netgraph/ng_ppp.c