summaryrefslogtreecommitdiffstats
path: root/xlators/features/changelog/lib/src/gf-changelog-journal.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/changelog/lib/src/gf-changelog-journal.h')
-rw-r--r--xlators/features/changelog/lib/src/gf-changelog-journal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/features/changelog/lib/src/gf-changelog-journal.h b/xlators/features/changelog/lib/src/gf-changelog-journal.h
index 9a0f0b28956..e91807c80b6 100644
--- a/xlators/features/changelog/lib/src/gf-changelog-journal.h
+++ b/xlators/features/changelog/lib/src/gf-changelog-journal.h
@@ -61,6 +61,7 @@ typedef struct gf_changelog_journal {
pthread_spinlock_t lock;
int connected;
+ xlator_t *this;
} gf_changelog_journal_t;
#define JNL_SET_API_STATE(jnl, state) (jnl->connected = state)
@@ -78,6 +79,7 @@ typedef struct gf_changelog_history_data {
/* history from, to indexes */
unsigned long from;
unsigned long to;
+ xlator_t *this;
} gf_changelog_history_data_t;
typedef struct gf_changelog_consume_data {