aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2011-09-23 13:29:37 -0400
committerJonathan Herman <hermanjl@cs.unc.edu>2011-09-23 13:29:37 -0400
commit2a4e168d2932ff470b898a57794cd87ee1a3d2a4 (patch)
tree26cb8a3f2d9822d486e41b2fdea69fb5de2c7f92 /include
parent334e08aeedcab61faca6be333e065c33098a8cda (diff)
transferring machines
Diffstat (limited to 'include')
-rw-r--r--include/litmus/sched_plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/litmus/sched_plugin.h b/include/litmus/sched_plugin.h
index 6e7cabdddae8..32c23974e45a 100644
--- a/include/litmus/sched_plugin.h
+++ b/include/litmus/sched_plugin.h
@@ -11,6 +11,8 @@
11#include <litmus/locking.h> 11#include <litmus/locking.h>
12#endif 12#endif
13 13
14struct litmus_lock;
15
14/************************ setup/tear down ********************/ 16/************************ setup/tear down ********************/
15 17
16typedef long (*activate_plugin_t) (void); 18typedef long (*activate_plugin_t) (void);