pull/2/head
gorhill 10 years ago
parent 6d72b65a1a
commit c0450c578d

@ -486,6 +486,9 @@ Matrix.prototype.evaluateSwitchZ = function(srcHostname) {
/******************************************************************************/
// TODO: In all likelyhood, will have to optmize here, i.e. keeping an
// up-to-date collection of src hostnames with reference count etc.
Matrix.prototype.extractAllSourceHostnames = function() {
var srcHostnames = {};
var rules = this.rules;

Loading…
Cancel
Save