summaryrefslogtreecommitdiff
path: root/src/mon/MonClient.h
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2009-10-23 16:12:39 -0700
committerSage Weil <sage@newdream.net>2009-10-23 16:12:50 -0700
commitcd095d8366abd86b45846af672f69de6f4800bea (patch)
treeefa823c50f5e6085c7618486ca131400ee659541 /src/mon/MonClient.h
parent6943b4becb7080961588b4688f45a461911a8a8e (diff)
downloadceph-cd095d8366abd86b45846af672f69de6f4800bea.tar.gz
auth: move auth rotating interaction into auth handlers
Diffstat (limited to 'src/mon/MonClient.h')
-rw-r--r--src/mon/MonClient.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mon/MonClient.h b/src/mon/MonClient.h
index bf98fc758a7..c39b860b67f 100644
--- a/src/mon/MonClient.h
+++ b/src/mon/MonClient.h
@@ -109,7 +109,6 @@ public:
void set_entity_name(EntityName name) { entity_name = name; }
int _start_auth_rotating();
- int _wait_auth_rotating(double timeout);
int wait_auth_rotating(double timeout);
int mount(double mount_timeout);