platform: use gint32 for monotonic-timestamp seconds
authorThomas Haller <thaller@redhat.com>
Tue, 15 Mar 2016 16:40:43 +0000 (17:40 +0100)
committerThomas Haller <thaller@redhat.com>
Tue, 15 Mar 2016 17:28:43 +0000 (18:28 +0100)
commitc7aea6b620deaf1d9ad0a8e75226d5f2e39ca77f
treee21fd6e473dbf413c0e5be7f1677c04308ed046c
parent6cb73224652e4b59f9c2d6e91e61b6e61a76c4a6
platform: use gint32 for monotonic-timestamp seconds

@now is obtained via nm_utils_get_monotonic_timestamp_s(),
which is gint32 (although it will never be negative).

Use the correct type.
src/nm-core-utils.c
src/nm-core-utils.h
src/platform/nm-platform.c