Missing __FILE__ macros

This commit is contained in:
Gabriel Ferreira
2021-11-10 22:25:34 -03:00
committed by Tom Henderson
parent 8e82859754
commit 22a1631700
2 changed files with 2 additions and 2 deletions

View File

@@ -498,7 +498,7 @@ main (int argc, char *argv[])
////////////////////////////////////////////////////////////
// command-line argument parsing //
////////////////////////////////////////////////////////////
CommandLine cmd;
CommandLine cmd (__FILE__);
cmd.AddValue ("firstTcpType", "first TCP type (cubic, dctcp, or reno)", firstTcpType);
cmd.AddValue ("secondTcpType", "second TCP type (cubic, dctcp, or reno)", secondTcpType);
cmd.AddValue ("queueType", "bottleneck queue type (fq, codel, pie, or red)", queueType);