diff options
author | Pavan Sondur <pavan@gluster.com> | 2010-08-15 12:39:05 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-08-16 00:38:51 -0700 |
commit | cd8c7a98e0ccab7866c6deb9174b662584ef91c6 (patch) | |
tree | 301c59e736c574f453517f51f9b64d92457bfaa7 /xlators/cluster/afr/src/pump.h | |
parent | c87c868f40f4c2f46892afebf9557cf3003dabe4 (diff) |
cluster/pump: Save path (/) when abort is received in pump.
Signed-off-by: Pavan Vilas Sondur <pavan@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 1235 (Bug for all pump/migrate commits)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1235
Diffstat (limited to 'xlators/cluster/afr/src/pump.h')
-rw-r--r-- | xlators/cluster/afr/src/pump.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xlators/cluster/afr/src/pump.h b/xlators/cluster/afr/src/pump.h index e786fb0de..65cfcb55b 100644 --- a/xlators/cluster/afr/src/pump.h +++ b/xlators/cluster/afr/src/pump.h @@ -94,7 +94,4 @@ pump_command_status (xlator_t *this, dict_t *dict); int pump_execute_status (call_frame_t *frame, xlator_t *this); -gf_boolean_t -is_pump_loaded (xlator_t *this); - #endif /* __PUMP_H__ */ |