From: Casey Bodley Date: Fri, 11 Dec 2015 21:53:16 +0000 (-0500) Subject: rgw: fix documentation of RGWRealmWatcher X-Git-Tag: v10.1.0~354^2~78 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7469fc28445ebad465f20a52227a03fa8560fc14;p=ceph.git rgw: fix documentation of RGWRealmWatcher Signed-off-by: Casey Bodley --- diff --git a/src/rgw/rgw_realm_watcher.h b/src/rgw/rgw_realm_watcher.h index 1325571dcc6..b43501e3cf3 100644 --- a/src/rgw/rgw_realm_watcher.h +++ b/src/rgw/rgw_realm_watcher.h @@ -20,8 +20,7 @@ WRITE_RAW_ENCODER(RGWRealmNotify); /** * RGWRealmWatcher establishes a watch on the current RGWRealm's control object, - * and responds to notifications by recreating RGWRados with the updated realm - * configuration. + * and forwards notifications to registered observers. */ class RGWRealmWatcher : public librados::WatchCtx2 { public: