diff options
author | Vijay Bellur <vijay@gluster.com> | 2010-08-12 03:26:39 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-08-12 02:38:56 -0700 |
commit | e98ebc1da4f49fba2bcaaf3212b00058e615cf29 (patch) | |
tree | 5dde47fdd3651961d2471a7801f4aa474453b486 /xlators/mgmt/glusterd/src/glusterd-store.h | |
parent | a6a2e3a86c0d4c0873e822a38769677df2050f11 (diff) |
glusterd: Fixes for detach
Signed-off-by: Vijay Bellur <vijay@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 1215 ()
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1215
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-store.h')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-store.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-store.h b/xlators/mgmt/glusterd/src/glusterd-store.h index b9b93d9c91f..9d7a6436e3f 100644 --- a/xlators/mgmt/glusterd/src/glusterd-store.h +++ b/xlators/mgmt/glusterd/src/glusterd-store.h @@ -93,5 +93,8 @@ 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 |