From cd8c7a98e0ccab7866c6deb9174b662584ef91c6 Mon Sep 17 00:00:00 2001 From: Pavan Sondur Date: Sun, 15 Aug 2010 12:39:05 +0000 Subject: cluster/pump: Save path (/) when abort is received in pump. Signed-off-by: Pavan Vilas Sondur Signed-off-by: Anand V. Avati BUG: 1235 (Bug for all pump/migrate commits) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1235 --- xlators/cluster/afr/src/pump.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'xlators/cluster/afr/src/pump.h') diff --git a/xlators/cluster/afr/src/pump.h b/xlators/cluster/afr/src/pump.h index e786fb0ded0..65cfcb55b5b 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__ */ -- cgit