aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-dns2gns.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-11 21:21:56 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-11 21:21:56 +0000
commit3d7fefedc9ba60bd8e8448efe8b628446d958536 (patch)
tree61ce41a52cd6e7232cead77818ef265993b2427e /src/gns/gnunet-dns2gns.c
parent4a0398474db197abed243a123fb971fbeeffab4b (diff)
downloadgnunet-3d7fefedc9ba60bd8e8448efe8b628446d958536.tar.gz
gnunet-3d7fefedc9ba60bd8e8448efe8b628446d958536.zip
changing time measurement from milliseconds to microseconds
Diffstat (limited to 'src/gns/gnunet-dns2gns.c')
-rw-r--r--src/gns/gnunet-dns2gns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-dns2gns.c b/src/gns/gnunet-dns2gns.c
index ec64f0730..c1fdc2dc8 100644
--- a/src/gns/gnunet-dns2gns.c
+++ b/src/gns/gnunet-dns2gns.c
@@ -282,7 +282,7 @@ result_processor (void *cls,
282 //packet->flags.opcode = GNUNET_DNSPARSER_OPCODE_STATUS; // ??? 282 //packet->flags.opcode = GNUNET_DNSPARSER_OPCODE_STATUS; // ???
283 for (i=0;i<rd_count;i++) 283 for (i=0;i<rd_count;i++)
284 { 284 {
285 rec.expiration_time.abs_value = rd[i].expiration_time; 285 rec.expiration_time.abs_value_us = rd[i].expiration_time;
286 switch (rd[i].record_type) 286 switch (rd[i].record_type)
287 { 287 {
288 case GNUNET_DNSPARSER_TYPE_A: 288 case GNUNET_DNSPARSER_TYPE_A: