X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=lttv%2Flttv%2Ftime.h;h=4456a0c7dc5d47d67987983aab42467de0f9ed26;hb=190724cdfc53eeebfd895b594f875b53a72adf37;hp=c82011e49adc9d201391bcf3760ace5171721420;hpb=51e42eafe2b0ecb65d25f857fceed5d0dc07d33f;p=lttv.git diff --git a/lttv/lttv/time.h b/lttv/lttv/time.h index c82011e4..4456a0c7 100644 --- a/lttv/lttv/time.h +++ b/lttv/lttv/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