Przeglądaj źródła

Add retained events timer to checkpoint structure.

(Logical change 1.77)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@272 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 21 lat temu
rodzic
commit
2644c4dd44
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      exec/ckpt.h

+ 2 - 1
exec/ckpt.h

@@ -33,7 +33,7 @@
  */
 #include "../include/ais_types.h"
 #include "../include/ais_msg.h"
-#include "poll.h"
+#include "aispoll.h"
 #include "parse.h"
 
 #ifndef CKPT_H_DEFINED
@@ -52,6 +52,7 @@ struct saCkptCheckpoint {
 	struct list_head checkpointSectionsListHead;
 	int referenceCount;
 	int unlinked;
+	poll_timer_handle retention_timer;
 };
 
 struct saCkptSectionIteratorEntry {