diff options
Diffstat (limited to 'libglusterfs/src')
-rw-r--r-- | libglusterfs/src/changelog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/changelog.h b/libglusterfs/src/changelog.h index 08307810704..6f86e5a54cd 100644 --- a/libglusterfs/src/changelog.h +++ b/libglusterfs/src/changelog.h @@ -42,9 +42,9 @@ struct ev_release { }; struct ev_release_br { - int32_t flags; unsigned long version; unsigned char gfid[16]; + int32_t sign_info; }; struct ev_changelog { |