Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-stable
Commits
63d9ab12
Commit
63d9ab12
authored
Jul 29, 2004
by
Jonathon Duerig
Browse files
Quick fix to un-break the build. Accidentally included a file I shouldn't have.
parent
c7498dfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ipassign/src/Framework.cc
View file @
63d9ab12
...
...
@@ -13,7 +13,7 @@
#include
"ConservativeAssigner.h"
#include
"HierarchicalAssigner.h"
#include
"Router.h"
#include
"HostRouter.h"
//
#include "HostRouter.h"
//#include "LanRouter.h"
#include
"NetRouter.h"
#include
"Partition.h"
...
...
@@ -204,7 +204,7 @@ void Framework::parseCommandLine(int argCount, char ** argArray)
switch
(
routeChoice
)
{
case
HostHost
:
m_route
.
reset
(
new
HostRouter
());
//
m_route.reset(new HostRouter());
break
;
case
HostLan
:
// m_route.reset(new LanRouter());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment