Update FSF address
[lttv.git] / lttv / lttv / time.h
index c82011e49adc9d201391bcf3760ace5171721420..dd3a6af1fdf6f20ab3e5dd27479b4e75c6d04a8b 100644 (file)
@@ -13,8 +13,8 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  */
 
 #ifndef LTT_TIME_H
@@ -29,6 +29,10 @@ typedef struct _LttTime {
   unsigned long tv_nsec;
 } LttTime;
 
+typedef struct _TimeInterval {
+  LttTime start_time;
+  LttTime end_time;  
+} TimeInterval;
 
 #define NANOSECONDS_PER_SECOND 1000000000
 
This page took 0.031421 seconds and 4 git commands to generate.