Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: cycle_breaker.h

Issue 3130035: AU: Cut cycles even more aggressively, log progress of cutting (Closed) Base URL: ssh://git@chromiumos-git/update_engine.git
Patch Set: git fetch Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cycle_breaker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cycle_breaker.h
diff --git a/cycle_breaker.h b/cycle_breaker.h
index 359f55b447ed4a577f583ab8408e9d494273b2b6..9c10c1749230e3531c2ab270272625705a1e7365 100644
--- a/cycle_breaker.h
+++ b/cycle_breaker.h
@@ -34,7 +34,7 @@ class CycleBreaker {
private:
void HandleCircuit();
void Unblock(Vertex::Index u);
- bool Circuit(Vertex::Index vertex);
+ bool Circuit(Vertex::Index vertex, Vertex::Index depth);
bool StackContainsCutEdge() const;
std::vector<bool> blocked_; // "blocked" in the paper
« no previous file with comments | « no previous file | cycle_breaker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698