changing time measurement from milliseconds to microseconds
[oweals/gnunet.git] / src / namestore / test_namestore_api.c
index 3397b35f13507d593c19ecec0e34e0c540839873..3d921f13218158f2bac8eab6054bbdd1a201f864 100644 (file)
@@ -153,7 +153,7 @@ run (void *cls,
   GNUNET_CRYPTO_ecc_key_get_public (privkey, &pubkey);
   GNUNET_CRYPTO_short_hash (&pubkey, sizeof (pubkey), &zone);
   memset (&signature, '\0', sizeof (signature));
-  rd.expiration_time = GNUNET_TIME_absolute_get().abs_value;
+  rd.expiration_time = GNUNET_TIME_absolute_get().abs_value_us;
   rd.record_type = TEST_RECORD_TYPE;
   rd.data_size = TEST_RECORD_DATALEN;
   rd.data = GNUNET_malloc (TEST_RECORD_DATALEN);