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

Unified Diff: cycle_breaker.h

Issue 3015023: AU: delta generation: cut cycles in graph more aggressively (Closed) Base URL: ssh://git@chromiumos-git/update_engine.git
Patch Set: Created 10 years, 5 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') | cycle_breaker.cc » ('J')
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 e9bb1e4aa5c6d3be30ed8ad7cf54d185aece1c5f..359f55b447ed4a577f583ab8408e9d494273b2b6 100644
--- a/cycle_breaker.h
+++ b/cycle_breaker.h
@@ -35,6 +35,7 @@ class CycleBreaker {
void HandleCircuit();
void Unblock(Vertex::Index u);
bool Circuit(Vertex::Index vertex);
+ bool StackContainsCutEdge() const;
std::vector<bool> blocked_; // "blocked" in the paper
Vertex::Index current_vertex_; // "s" in the paper
« no previous file with comments | « no previous file | cycle_breaker.cc » ('j') | cycle_breaker.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698