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-devel
Commits
2da41303
Commit
2da41303
authored
Dec 04, 2003
by
Jonathon Duerig
Browse files
Added a defs file for duerig
parent
851e2f1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
defs-duerig-emulab
0 → 100644
View file @
2da41303
#
# This is the definitions file for Kirk on Emulab.Net.
#
TBDBNAME=tbdb
TBOPSEMAIL=duerig@flux.utah.edu
TBLOGSEMAIL=duerig@flux.utah.edu
TBWWWEMAIL=duerig@flux.utah.edu
TBAUDITEMAIL=duerig@flux.utah.edu
BOSSNODE=boss.emulab.net
USERNODE=users.emulab.net
FSNODE=fs.emulab.net
OURDOMAIN=emulab.net
DELAYCAPACITY=2
FSDIR_GROUPS=/q/groups
FSDIR_PROJ=/q/proj
FSDIR_USERS=/users
TBSTATEDEMAIL=duerig@flux.utah.edu
TBTESTSUITEEMAIL=duerig@flux.utah.edu
WWWHOST=www.emulab.net
WWW=www.emulab.net/~duerig/www
FS_WITH_QUOTAS="/q /users"
PLABSUPPORT=1
tbsetup/ipassign/src/Graph.h
View file @
2da41303
...
...
@@ -75,6 +75,9 @@ public:
// set the partion value of every lan based on input array
void
partition
(
std
::
vector
<
int
>
&
partitions
);
// Figure out how much bitspace each LAN and net will require.
bool
census
(
int
networkSize
,
int
lanSize
,
int
hostSize
);
//////////////////////////////////////////////////////
// output
//////////////////////////////////////////////////////
...
...
@@ -131,6 +134,8 @@ private:
// A map connecting each node (key) with its lans (value)
std
::
multimap
<
int
,
std
::
list
<
Lan
>::
iterator
>
m_nodes
;
std
::
vector
<
int
>
m_partitionBits
;
};
#endif
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