gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r10293 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r10293 - gnunet/src/include
Date: Mon, 15 Feb 2010 00:58:58 +0100

Author: grothoff
Date: 2010-02-15 00:58:58 +0100 (Mon, 15 Feb 2010)
New Revision: 10293

Modified:
   gnunet/src/include/gnunet_hello_lib.h
   gnunet/src/include/gnunet_time_lib.h
Log:
max

Modified: gnunet/src/include/gnunet_hello_lib.h
===================================================================
--- gnunet/src/include/gnunet_hello_lib.h       2010-02-14 23:58:31 UTC (rev 
10292)
+++ gnunet/src/include/gnunet_hello_lib.h       2010-02-14 23:58:58 UTC (rev 
10293)
@@ -120,6 +120,7 @@
                                                  GNUNET_HELLO_Message *h2);
 
 
+
 /**
  * Iterator callback to go over all addresses.
  *

Modified: gnunet/src/include/gnunet_time_lib.h
===================================================================
--- gnunet/src/include/gnunet_time_lib.h        2010-02-14 23:58:31 UTC (rev 
10292)
+++ gnunet/src/include/gnunet_time_lib.h        2010-02-14 23:58:58 UTC (rev 
10293)
@@ -218,6 +218,19 @@
                                                      GNUNET_TIME_Absolute t2);
 
 /**
+ * Return the maximum of two absolute time values.
+ *
+ * @param t1 first timestamp
+ * @param t2 other timestamp
+ * @return timestamp that is smaller
+ */
+struct GNUNET_TIME_Absolute GNUNET_TIME_absolute_max (struct
+                                                     GNUNET_TIME_Absolute
+                                                     t1,
+                                                     struct
+                                                     GNUNET_TIME_Absolute t2);
+
+/**
  * Given a timestamp in the future, how much time
  * remains until then?
  *





reply via email to

[Prev in Thread] Current Thread [Next in Thread]