Tracing window size in CcnxConsumerWindow
diff --git a/apps/ccnx-consumer-window.h b/apps/ccnx-consumer-window.h
index 47099f6..716608d 100644
--- a/apps/ccnx-consumer-window.h
+++ b/apps/ccnx-consumer-window.h
@@ -23,6 +23,7 @@
 #define CCNX_CONSUMER_WINDOW_H
 
 #include "ccnx-consumer.h"
+#include "ns3/traced-value.h"
 
 namespace ns3 
 {
@@ -70,7 +71,7 @@
   GetWindow () const;
   
 protected:
-  uint32_t m_window;
+  TracedValue<uint32_t> m_window;
   uint32_t m_inFlight;
 };