commit | 99b12756c5b3a8e2e91db101aa1e75f21cd38597 | [log] [tgz] |
---|---|---|
author | Pavlin Radoslavov <pavlin@onlab.us> | Thu Apr 04 17:28:06 2013 -0700 |
committer | Pavlin Radoslavov <pavlin@onlab.us> | Thu Apr 04 17:28:06 2013 -0700 |
tree | 5bc67c5dd160ea78420c64f7350669260679b99d | |
parent | 4b6db87914fbe2918b01bd55d65e8235db66e863 [diff] |
Fixes toward Bug #310 and Bug #318 (and might be Bug #328). FlowManager refactoring to simplify and speedup the code and eliminate Titan DB access bugs. Split method FlowManager::extractFlowPath() into extractFlowPath() and extractFlowEntry() . The former calls the latter as needed.