1
0
mirror of https://github.com/ceph/ceph synced 2025-03-30 15:31:01 +00:00

mon: Replace old question comment with explanation comment

This commit is contained in:
Greg Farnum 2009-10-12 09:15:45 -07:00
parent 58111a6467
commit 6ddbe14477

View File

@ -34,7 +34,8 @@ static ostream& _prefix(Monitor *mon) {
void MonmapMonitor::create_initial(bufferlist& bl) void MonmapMonitor::create_initial(bufferlist& bl)
{ {
//what is this function supposed to do? /* Since the MonMap belongs to the Monitor and is initialized
by it, we don't need to do anything here. */
} }
bool MonmapMonitor::update_from_paxos() bool MonmapMonitor::update_from_paxos()