Skip to content
GitLab
Menu
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
4dcdca9d
Commit
4dcdca9d
authored
Jan 30, 2012
by
Leigh B Stoller
Browse files
Add DISK event object type.
parent
73f9ddd7
Changes
2
Hide whitespace changes
Inline
Side-by-side
clientside/lib/libtb/tbdefs.h
View file @
4dcdca9d
...
...
@@ -53,6 +53,8 @@
#define TBDB_OBJECTTYPE_LINKTRACE "LINKTRACE"
#define TBDB_OBJECTTYPE_EVPROXY "EVPROXY"
#define TBDB_OBJECTTYPE_BGMON "BGMON"
#define TBDB_OBJECTTYPE_DISK "DISK"
#define TBDB_OBJECTTYPE_CUSTOM "CUSTOM"
#define TBDB_OBJECTTYPE_PLABSCHED "PLABSCHED"
#define TBDB_EVENTTYPE_START "START"
...
...
event/sched/event-sched.c
View file @
4dcdca9d
/*
* EMULAB-COPYRIGHT
* Copyright (c) 2000-20
07
University of Utah and the Flux Group.
* Copyright (c) 2000-20
12
University of Utah and the Flux Group.
* All rights reserved.
*/
...
...
@@ -635,6 +635,7 @@ int sends_complete(struct agent *agent, const char *evtype)
{
TBDB_OBJECTTYPE_LINKTRACE
,
linktrace_completes
},
{
TBDB_OBJECTTYPE_EVPROXY
,
NULL
},
{
TBDB_OBJECTTYPE_BGMON
,
NULL
},
{
TBDB_OBJECTTYPE_DISK
,
NULL
},
{
NULL
,
NULL
}
};
...
...
Write
Preview
Supports
Markdown
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