summaryrefslogtreecommitdiff
path: root/src/platform/tests/test-route.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/platform/tests/test-route.c')
-rw-r--r--src/platform/tests/test-route.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/platform/tests/test-route.c b/src/platform/tests/test-route.c
index f8b1bb9abf..e2c1ed80e4 100644
--- a/src/platform/tests/test-route.c
+++ b/src/platform/tests/test-route.c
@@ -19,7 +19,7 @@
static void
_wait_for_ipv4_addr_device_route (NMPlatform *platform,
- gint64 timeout_ms,
+ gint64 timeout_msec,
int ifindex,
in_addr_t addr,
guint8 plen)
@@ -55,7 +55,7 @@ _wait_for_ipv4_addr_device_route (NMPlatform *platform,
static void
_wait_for_ipv6_addr_non_tentative (NMPlatform *platform,
- gint64 timeout_ms,
+ gint64 timeout_msec,
int ifindex,
guint addr_n,
const struct in6_addr *addrs)
@@ -67,7 +67,7 @@ _wait_for_ipv6_addr_non_tentative (NMPlatform *platform,
* small amount of time, which prevents the immediate addition of the route
* with RTA_PREFSRC */
- NMTST_WAIT_ASSERT (timeout_ms, {
+ NMTST_WAIT_ASSERT (timeout_msec, {
gboolean should_wait = FALSE;
const NMPlatformIP6Address *plt_addr;