(Logical change 1.77) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@272 fd59a12c-fef9-0310-b244-a6a79926bd2f
@@ -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 {