mon: actually send updates to subscribers :)

This commit is contained in:
Sage Weil 2009-09-01 14:07:06 -07:00
parent cdc4570f90
commit 63aebffdfb
2 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,7 @@ bool MDSMonitor::update_from_paxos()
}
send_to_waiting();
check_subs();
return true;
}

View File

@ -181,6 +181,7 @@ bool OSDMonitor::update_from_paxos()
}
send_to_waiting();
check_subs();
return true;
}