Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Dec 2001 06:32:38 +1100
From:      Peter Jeremy <peter.jeremy@alcatel.com.au>
To:        Archie Cobbs <archie@dellroad.org>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: timer_t ?
Message-ID:  <20011206063238.A90238@gsmx07.alcatel.com.au>
In-Reply-To: <200112050127.fB51Rbf84438@arch20m.dellroad.org>; from archie@dellroad.org on Tue, Dec 04, 2001 at 05:27:37PM -0800
References:  <200112050127.fB51Rbf84438@arch20m.dellroad.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Dec 04, 2001 at 05:27:37PM -0800, Archie Cobbs wrote:
>Hi.. random question..  <sys/types.h> contains:
>
>    typedef   _BSD_TIMER_T_   timer_t;
>
>What is this used for? I can't find any uses of "timer_t".

In a recent -STABLE:

/usr/src/contrib/ntp/ntpd/ntp_timer.c:87:        static timer_t ntpd_timerid;    /* should be global if we ever want */
/usr/src/contrib/ntp/ntpdate/ntpdate.c:80:static timer_t ntpdate_timerid;
/usr/src/contrib/ntp/ntpdate/ntptimeset.c:184:static timer_t ntpdate_timerid;

Peter

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011206063238.A90238>