Explorar o código

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
Steven Dake %!s(int64=21) %!d(string=hai) anos
pai
achega
91bf4a4afd
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      include/ais_types.h

+ 2 - 0
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;