ntp: NTP Query a Timeserver server IP
authorAlok Barsode <alok.barsode@linux.intel.com>
Fri, 3 Feb 2012 18:25:59 +0000 (20:25 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Sat, 4 Feb 2012 00:15:36 +0000 (01:15 +0100)
commit1db29a8c79e10f801d8d9ce0c861bf8b0a972f4d
tree725daaa8c571d169b3a8c311cffc412354e84da4
parent00892b654145f8d92adc94cba7335055ac9cebc2
ntp: NTP Query a Timeserver server IP

__connman_ntp_start() takes a NTP server IP, and starts querying it for
time correction.If a timeserver responds, we continue to query it every
"Poll Interval" seconds for time corrections.

__connman_ntp_stop() stops the polling process.
src/connman.h
src/ntp.c