Explorar el 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 hace 21 años
padre
commit
91bf4a4afd
Se han modificado 1 ficheros con 2 adiciones y 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;