Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(435)

Unified Diff: src/traffic-control/examples/adaptive-red-tests.cc

Issue 333080043: Eliminate Visual Studio complier warnings (Closed)
Patch Set: Patch updates for x64 build Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/traffic-control/examples/codel-vs-pfifo-asymmetric.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/traffic-control/examples/adaptive-red-tests.cc
===================================================================
--- a/src/traffic-control/examples/adaptive-red-tests.cc
+++ b/src/traffic-control/examples/adaptive-red-tests.cc
@@ -177,7 +177,9 @@
int
main (int argc, char *argv[])
{
+#if 0
LogComponentEnable ("RedQueueDisc", LOG_LEVEL_INFO);
+#endif
uint32_t aredTest;
std::string aredLinkDataRate = "1.5Mbps";
@@ -201,6 +203,7 @@
aredTest = 1;
// Will only save in the directory if enable opts below
pathOut = "."; // Current directory
+
CommandLine cmd;
cmd.AddValue ("testNumber", "Run test 1, 2, 6, 7, 8, 9, 10, 12, 13, 14 or 15", aredTest);
cmd.AddValue ("pathOut", "Path to save results from --writeForPlot/--writePcap/--writeFlowMonitor", pathOut);
« no previous file with comments | « no previous file | src/traffic-control/examples/codel-vs-pfifo-asymmetric.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b