]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/basic/time-util.c
time-util: introduce deserialize_timestamp_value()
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Mon, 15 Feb 2016 18:01:44 +0000 (00:01 +0600)
committerAlexander Kuleshov <kuleshovmail@gmail.com>
Mon, 15 Feb 2016 18:01:44 +0000 (00:01 +0600)
commitebf30a086dfa526ca048cf14ae16bb403f3dcd12
treefce1c140493a921dc9a16814b4382518797cca61
parent63408cb4f3607bc029f107e8bde46e60ecf627dc
time-util: introduce deserialize_timestamp_value()

The time-util.c provides dual_timestamp_deserialize() function to
convert value to usec_t and set it as value of ts->monotonic and
ts->realtime.

There are some places in code which do the same but only for one
clockid_t (realtime or monotonic), when dual_timestamp_deserialize()
sets value of both.

This patch introduces the deserialize_timestamp_value() which converts
 a given value to usec_t and write it to a given timestamp.
src/basic/time-util.c
src/basic/time-util.h