commit | fcb16268d24e9f1e86a37add012be289b929526e | [log] [tgz] |
---|---|---|
author | Wentao Shang <wentaoshang@gmail.com> | Sun Jan 20 14:42:46 2013 -0800 |
committer | Wentao Shang <wentaoshang@gmail.com> | Sun Jan 20 14:42:46 2013 -0800 |
tree | 3d380f1bd300b8ac7c354cfe88cf2a639caf6cf2 | |
parent | edd4dea25a5ac0d86f034298c19e2470b6bdd7ef [diff] [blame] |
Move timerID to pit entry; implement basic pipeline code
diff --git a/js/NDN.js b/js/NDN.js index 31e4cd0..0410425 100644 --- a/js/NDN.js +++ b/js/NDN.js
@@ -81,6 +81,7 @@ var PITEntry = function PITEntry(interest, closure) { this.interest = interest; // Interest this.closure = closure; // Closure + this.timerID = -1; // Timer ID }; // Return the longest entry from NDN.PITTable that matches name.