From e98ebc1da4f49fba2bcaaf3212b00058e615cf29 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Thu, 12 Aug 2010 03:26:39 +0000 Subject: glusterd: Fixes for detach Signed-off-by: Vijay Bellur Signed-off-by: Anand V. Avati BUG: 1215 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1215 --- xlators/mgmt/glusterd/src/glusterd-store.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xlators/mgmt/glusterd/src/glusterd-store.h') diff --git a/xlators/mgmt/glusterd/src/glusterd-store.h b/xlators/mgmt/glusterd/src/glusterd-store.h index b9b93d9c9..9d7a6436e 100644 --- a/xlators/mgmt/glusterd/src/glusterd-store.h +++ b/xlators/mgmt/glusterd/src/glusterd-store.h @@ -92,6 +92,9 @@ glusterd_retrieve_uuid (); int32_t glusterd_store_update_peerinfo (glusterd_peerinfo_t *peerinfo); +int32_t +glusterd_store_delete_peerinfo (glusterd_peerinfo_t *peerinfo); + int32_t glusterd_restore (); #endif -- cgit