Re: [PATCH] NTP ntp-helper functions

2005-08-25 Thread john stultz
On Thu, 2005-08-25 at 10:50 -0700, George Anzinger wrote: > john stultz wrote: > > Andrew, All, > > > > This patch cleans up a commonly repeated set of changes to the NTP > > state variables by adding two helper inline functions: > > > > ntp_clear(): Clears the ntp state variables > >

Re: [PATCH] NTP ntp-helper functions

2005-08-25 Thread George Anzinger
john stultz wrote: Andrew, All, This patch cleans up a commonly repeated set of changes to the NTP state variables by adding two helper inline functions: ntp_clear(): Clears the ntp state variables How many places is this called in any given arch? I ask because it _may_

Re: [PATCH] NTP ntp-helper functions

2005-08-25 Thread George Anzinger
john stultz wrote: Andrew, All, This patch cleans up a commonly repeated set of changes to the NTP state variables by adding two helper inline functions: ntp_clear(): Clears the ntp state variables How many places is this called in any given arch? I ask because it _may_

Re: [PATCH] NTP ntp-helper functions

2005-08-25 Thread john stultz
On Thu, 2005-08-25 at 10:50 -0700, George Anzinger wrote: john stultz wrote: Andrew, All, This patch cleans up a commonly repeated set of changes to the NTP state variables by adding two helper inline functions: ntp_clear(): Clears the ntp state variables How many places

[PATCH] NTP ntp-helper functions

2005-08-24 Thread john stultz
Andrew, All, This patch cleans up a commonly repeated set of changes to the NTP state variables by adding two helper inline functions: ntp_clear(): Clears the ntp state variables ntp_synced(): Returns 1 if the system is synced with a time server. This was compile tested for

[PATCH] NTP ntp-helper functions

2005-08-24 Thread john stultz
Andrew, All, This patch cleans up a commonly repeated set of changes to the NTP state variables by adding two helper inline functions: ntp_clear(): Clears the ntp state variables ntp_synced(): Returns 1 if the system is synced with a time server. This was compile tested for