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
5747dfd3
Commit
5747dfd3
authored
Sep 24, 2004
by
Leigh B. Stoller
Browse files
Fix minor header file issue; make sure mysql.h is not included when
building RPC version of scheduler.
parent
382cfcae
Changes
1
Show whitespace changes
Inline
Side-by-side
event/sched/event-sched.c
View file @
5747dfd3
...
...
@@ -24,11 +24,13 @@
#include
<ctype.h>
#include
"event-sched.h"
#include
"log.h"
#include
"tbdb.h"
#include
"config.h"
#ifdef RPC
#include
"tbdefs.h"
#include
"rpc.h"
#define main realmain
#else
#include
"tbdb.h"
#endif
static
void
enqueue
(
event_handle_t
handle
,
...
...
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