diff options
Diffstat (limited to 'xlators/cluster/afr/src/afr.h')
-rw-r--r-- | xlators/cluster/afr/src/afr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/cluster/afr/src/afr.h b/xlators/cluster/afr/src/afr.h index cf736ed3d2e..c4ceb66914f 100644 --- a/xlators/cluster/afr/src/afr.h +++ b/xlators/cluster/afr/src/afr.h @@ -1159,6 +1159,9 @@ void afr_remove_eager_lock_stub (afr_local_t *local); void +afr_reply_wipe (struct afr_reply *reply); + +void afr_replies_wipe (struct afr_reply *replies, int count); gf_boolean_t |