X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=server%2Fcommon.h;h=a690149a1a175b330435dcf82fa990b471d5b699;hb=14d73a4af10b05dd7d4d5e22f737a3684d0515cd;hp=5b6be66f17020436684632d78fd775919ff08b91;hpb=8f94dbb551783aad414b57ba6da4596f19dc80a6;p=matches%2FMCTX3420.git diff --git a/server/common.h b/server/common.h index 5b6be66..a690149 100644 --- a/server/common.h +++ b/server/common.h @@ -32,4 +32,5 @@ /**Takes the tv1-tv2 between two timevals and returns the result as a double*/ #define TIMEVAL_DIFF(tv1, tv2) ((tv1).tv_sec - (tv2).tv_sec + 1e-6 * ((tv1).tv_usec - (tv2).tv_usec)) + #endif //_COMMON_H