summaryrefslogtreecommitdiffstats
path: root/xlators/features/changelog/src/changelog-rt.h
diff options
context:
space:
mode:
authorJeff Darcy <jdarcy@redhat.com>2014-01-14 17:01:17 +0000
committerJeff Darcy <jdarcy@redhat.com>2014-01-14 17:01:17 +0000
commit11b66cdded42debfa1877b2d11288f86ea524352 (patch)
tree229ae74297496b7f7a48289a33042f4fa3f7e9b6 /xlators/features/changelog/src/changelog-rt.h
parent455791f265e6e581fa4ebddd5dc4642b2201f8ce (diff)
Restore NSR-specific changelog patches.
Change-Id: I40fb3a024086dddbdaba3d9014eeda92dc432f48 Signed-off-by: Jeff Darcy <jdarcy@redhat.com>
Diffstat (limited to 'xlators/features/changelog/src/changelog-rt.h')
-rw-r--r--xlators/features/changelog/src/changelog-rt.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/xlators/features/changelog/src/changelog-rt.h b/xlators/features/changelog/src/changelog-rt.h
index 1fc2bbc5b..09398041d 100644
--- a/xlators/features/changelog/src/changelog-rt.h
+++ b/xlators/features/changelog/src/changelog-rt.h
@@ -27,7 +27,8 @@ changelog_rt_init (xlator_t *this, changelog_dispatcher_t *cd);
int
changelog_rt_fini (xlator_t *this, changelog_dispatcher_t *cd);
int
-changelog_rt_enqueue (xlator_t *this, changelog_priv_t *priv, void *cbatch,
- changelog_log_data_t *cld_0, changelog_log_data_t *cld_1);
+changelog_rt_enqueue (xlator_t *this,
+ changelog_priv_t *priv, void *cbatch,
+ changelog_local_t *local, changelog_log_data_t *cld_0);
#endif /* _CHANGELOG_RT_H */