From 91bf4a4afdb5035bd2045c0e265f9e9723c1c466 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Thu, 23 Sep 2004 22:12:13 +0000 Subject: [PATCH] Add sectione xpiration and get checkpoint durations working properly. (Logical change 1.80) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@288 fd59a12c-fef9-0310-b244-a6a79926bd2f --- include/ais_types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ais_types.h b/include/ais_types.h index 33b41834..6dba5f2b 100644 --- a/include/ais_types.h +++ b/include/ais_types.h @@ -52,6 +52,8 @@ typedef unsigned long long SaUint64T; typedef SaInt64T SaTimeT; +#define SA_TIME_END ((SaTimeT)0x7fffffffffffffffull) + #define SA_MAX_NAME_LENGTH 256 typedef struct { SaUint16T length;