aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_api.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/mesh/mesh_api.c
parent4a0398474db197abed243a123fb971fbeeffab4b (diff)
downloadgnunet-3d7fefedc9ba60bd8e8448efe8b628446d958536.tar.gz
gnunet-3d7fefedc9ba60bd8e8448efe8b628446d958536.zip
changing time measurement from milliseconds to microseconds
Diffstat (limited to 'src/mesh/mesh_api.c')
-rw-r--r--src/mesh/mesh_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c
index 5daad36e2..1beebf9c1 100644
--- a/src/mesh/mesh_api.c
+++ b/src/mesh/mesh_api.c
@@ -564,7 +564,7 @@ add_to_queue (struct GNUNET_MESH_Handle *h,
564 struct GNUNET_MESH_TransmitHandle *th) 564 struct GNUNET_MESH_TransmitHandle *th)
565{ 565{
566 GNUNET_CONTAINER_DLL_insert_tail (h->th_head, h->th_tail, th); 566 GNUNET_CONTAINER_DLL_insert_tail (h->th_head, h->th_tail, th);
567 if (GNUNET_TIME_UNIT_FOREVER_ABS.abs_value == th->timeout.abs_value) 567 if (GNUNET_TIME_UNIT_FOREVER_ABS.abs_value_us == th->timeout.abs_value_us)
568 return; 568 return;
569 th->timeout_task = 569 th->timeout_task =
570 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_absolute_get_remaining 570 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_absolute_get_remaining