summaryrefslogtreecommitdiff
path: root/src/ndisc/tests/test-ndisc-fake.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ndisc/tests/test-ndisc-fake.c')
-rw-r--r--src/ndisc/tests/test-ndisc-fake.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ndisc/tests/test-ndisc-fake.c b/src/ndisc/tests/test-ndisc-fake.c
index 8bdc053ded..91fe9802d7 100644
--- a/src/ndisc/tests/test-ndisc-fake.c
+++ b/src/ndisc/tests/test-ndisc-fake.c
@@ -157,7 +157,7 @@ static void
test_simple (void)
{
NMFakeNDisc *ndisc = ndisc_new ();
- guint32 now = nm_utils_get_monotonic_timestamp_s ();
+ guint32 now = nm_utils_get_monotonic_timestamp_sec ();
TestData data = { g_main_loop_new (NULL, FALSE), 0, 0, now };
guint id;
@@ -239,7 +239,7 @@ static void
test_everything (void)
{
NMFakeNDisc *ndisc = ndisc_new ();
- guint32 now = nm_utils_get_monotonic_timestamp_s ();
+ guint32 now = nm_utils_get_monotonic_timestamp_sec ();
TestData data = { g_main_loop_new (NULL, FALSE), 0, 0, now };
guint id;
@@ -313,7 +313,7 @@ static void
test_preference_order (void)
{
NMFakeNDisc *ndisc = ndisc_new ();
- guint32 now = nm_utils_get_monotonic_timestamp_s ();
+ guint32 now = nm_utils_get_monotonic_timestamp_sec ();
TestData data = { g_main_loop_new (NULL, FALSE), 0, 0, now };
guint id;
@@ -386,7 +386,7 @@ static void
test_preference_changed (void)
{
NMFakeNDisc *ndisc = ndisc_new ();
- guint32 now = nm_utils_get_monotonic_timestamp_s ();
+ guint32 now = nm_utils_get_monotonic_timestamp_sec ();
TestData data = { g_main_loop_new (NULL, FALSE), 0, 0, now };
guint id;
@@ -440,7 +440,7 @@ success_timeout (TestData *data)
static void
test_dns_solicit_loop_rs_sent (NMFakeNDisc *ndisc, TestData *data)
{
- guint32 now = nm_utils_get_monotonic_timestamp_s ();
+ guint32 now = nm_utils_get_monotonic_timestamp_sec ();
guint id;
if (data->rs_counter > 0 && data->rs_counter < 6) {
@@ -472,7 +472,7 @@ static void
test_dns_solicit_loop (void)
{
NMFakeNDisc *ndisc = ndisc_new ();
- guint32 now = nm_utils_get_monotonic_timestamp_s ();
+ guint32 now = nm_utils_get_monotonic_timestamp_sec ();
TestData data = { g_main_loop_new (NULL, FALSE), 0, 0, now, 0 };
guint id;