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
0e4c30e0
Commit
0e4c30e0
authored
Jan 26, 2006
by
Timothy Stack
Browse files
Add EVPROXY event_objecttype
parent
270aaffd
Changes
3
Hide whitespace changes
Inline
Side-by-side
lib/libtb/tbdefs.c
View file @
0e4c30e0
/*
* EMULAB-COPYRIGHT
* Copyright (c) 2000-200
5
University of Utah and the Flux Group.
* Copyright (c) 2000-200
6
University of Utah and the Flux Group.
* All rights reserved.
*/
...
...
@@ -30,6 +30,7 @@ char *tbdb_objecttypes[] = {
TBDB_OBJECTTYPE_CONSOLE
,
TBDB_OBJECTTYPE_TOPOGRAPHY
,
TBDB_OBJECTTYPE_LINKTRACE
,
TBDB_OBJECTTYPE_EVPROXY
,
/*
* NOTE: Add the object type and any events that send back COMPLETEs to
* the objtype2complete array in event-sched.c:sends_complete().
...
...
lib/libtb/tbdefs.h
View file @
0e4c30e0
/*
* EMULAB-COPYRIGHT
* Copyright (c) 2000-200
5
University of Utah and the Flux Group.
* Copyright (c) 2000-200
6
University of Utah and the Flux Group.
* All rights reserved.
*/
...
...
@@ -47,6 +47,7 @@
#define TBDB_OBJECTTYPE_CONSOLE "CONSOLE"
#define TBDB_OBJECTTYPE_TOPOGRAPHY "TOPOGRAPHY"
#define TBDB_OBJECTTYPE_LINKTRACE "LINKTRACE"
#define TBDB_OBJECTTYPE_EVPROXY "EVPROXY"
#define TBDB_EVENTTYPE_START "START"
#define TBDB_EVENTTYPE_STOP "STOP"
...
...
sql/database-fill.sql
View file @
0e4c30e0
...
...
@@ -111,6 +111,7 @@ REPLACE INTO event_objecttypes VALUES (12,'TIMELINE');
REPLACE
INTO
event_objecttypes
VALUES
(
13
,
'CONSOLE'
);
REPLACE
INTO
event_objecttypes
VALUES
(
14
,
'TOPOGRAPHY'
);
REPLACE
INTO
event_objecttypes
VALUES
(
15
,
'LINKTRACE'
);
REPLACE
INTO
event_objecttypes
VALUES
(
16
,
'EVPROXY'
);
--
-- Dumping data for table `exported_tables`
...
...
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