topology-reader: Adding ability to specify custom queue type in topology files (AnnotatedTopologyReader)

Implements feature #1004 (http://redmine.named-data.net/)
diff --git a/examples/wscript b/examples/wscript
index 4f8eddd..6f3bd1f 100644
--- a/examples/wscript
+++ b/examples/wscript
@@ -33,6 +33,9 @@
         obj = bld.create_ns3_program('ndn-grid-topo-plugin-loss', all_modules)
         obj.source = 'ndn-grid-topo-plugin-loss.cc'
 
+        obj = bld.create_ns3_program('ndn-grid-topo-plugin-red-queues', all_modules)
+        obj.source = 'ndn-grid-topo-plugin-red-queues.cc'
+
         obj = bld.create_ns3_program('ndn-congestion-topo-plugin', all_modules)
         obj.source = 'ndn-congestion-topo-plugin.cc'