diff options
Diffstat (limited to 'xlators/features/changelog/lib/src/gf-changelog-helpers.h')
| -rw-r--r-- | xlators/features/changelog/lib/src/gf-changelog-helpers.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/features/changelog/lib/src/gf-changelog-helpers.h b/xlators/features/changelog/lib/src/gf-changelog-helpers.h index 7e13d937640..2d545da9e82 100644 --- a/xlators/features/changelog/lib/src/gf-changelog-helpers.h +++ b/xlators/features/changelog/lib/src/gf-changelog-helpers.h @@ -23,6 +23,7 @@  #define GF_CHANGELOG_CURRENT_DIR    ".current"  #define GF_CHANGELOG_PROCESSED_DIR  ".processed"  #define GF_CHANGELOG_PROCESSING_DIR ".processing" +#define GF_CHANGELOG_HISTORY_DIR    ".history"  #ifndef MAXLINE  #define MAXLINE 4096 @@ -68,6 +69,9 @@ typedef struct gf_changelog {          char gfc_processing_dir[PATH_MAX];          pthread_t gfc_changelog_processor; + +        /* Holds gfc for History API */ +        struct gf_changelog *hist_gfc;  } gf_changelog_t;  int  | 
