]> git.ipfire.org Git - thirdparty/systemd.git/commit
time-util: Rename and fix call of deserialize_timestamp_value() 2628/head
authorBenjamin Robin <dev@benjarobin.fr>
Mon, 15 Feb 2016 22:26:34 +0000 (23:26 +0100)
committerBenjamin Robin <dev@benjarobin.fr>
Mon, 15 Feb 2016 22:26:34 +0000 (23:26 +0100)
commitb895a7353b739e7186f6f51f3a415485b5afd80f
treeb49160f789b98e93b979ce4cc53c47f5ee871880
parent11ab173d4067a4ed6fab811ba2159456053fd4c1
time-util: Rename and fix call of deserialize_timestamp_value()

The deserialize_timestamp_value() is renamed timestamp_deserialize() to be more
consistent with dual_timestamp_deserialize()
And add the NULL check back on realtime and monotonic
src/basic/time-util.c
src/basic/time-util.h
src/login/logind-session.c
src/login/logind-user.c
src/machine/machine.c