Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-stable
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
emulab
emulab-stable
Commits
c85e32d6
Commit
c85e32d6
authored
Apr 10, 2002
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a few DB constant definitions for tmcd.
parent
8448ae31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
lib/libtb/tbdefs.h
lib/libtb/tbdefs.h
+7
-5
No files found.
lib/libtb/tbdefs.h
View file @
c85e32d6
/*
* Various constants that are reflected in the DB!
*/
#define TBDB_FLEN_NODEID 64
#define TBDB_FLEN_VNAME 32
#define TBDB_FLEN_EID 32
#define TBDB_FLEN_PID 12
#define TBDB_FLEN_GID 16
#define TBDB_FLEN_NODEID (12 + 1)
#define TBDB_FLEN_VNAME (32 + 1)
#define TBDB_FLEN_EID (32 + 1)
#define TBDB_FLEN_PID (12 + 1)
#define TBDB_FLEN_GID (16 + 1)
#define TBDB_FLEN_NODECLASS (10 + 1)
#define TBDB_FLEN_NODETYPE (30 + 1)
#define TBDB_FLEN_EVOBJTYPE 128
#define TBDB_FLEN_EVOBJNAME 128
#define TBDB_FLEN_EVEVENTTYPE 128
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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