This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Update timex.h for ADJ_SETOFFSET.


On Tue, Dec 16, 2014 at 04:26:14PM +0100, Miroslav Lichvar wrote:
> ADJ_SETOFFSET is a new adjtimex() mode that can be used to precisely
> step the clock. It was introduced in kernel 2.6.39.

Ping? This is a trivial change, useful for NTP and PTP
implementations.

>  #define ADJ_TAI			0x0080	/* set TAI offset */
> +#define ADJ_SETOFFSET		0x0100	/* add 'time' to current time */
>  #define ADJ_MICRO		0x1000	/* select microsecond resolution */

-- 
Miroslav Lichvar


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]