Implement Flush() API.

This commit is contained in:
Peter Johnson
2015-07-17 22:40:00 -07:00
parent 412e8034de
commit 77acf1f35b

View File

@@ -44,7 +44,10 @@ std::vector<EntryInfo> GetEntryInfo(StringRef prefix, unsigned int types) {
return std::vector<EntryInfo>();
}
void Flush() {}
void Flush() {
Dispatcher& dispatcher = Dispatcher::GetInstance();
dispatcher.Flush();
}
/*
* Callback Creation Functions