diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-05-02 11:19:55 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-05-02 11:19:55 -0400 |
commit | 19fdd6f62388ed4373d28ca55b1c63e2fd62bb2f (patch) | |
tree | c62267cc060716e796e930e08f8d6c485693edf9 /include/common.h | |
parent | 9b85a6e707adff71ea3b329756f2b854fbdc6b0b (diff) |
add be task migration support to rt_launch
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h new file mode 100644 index 0000000..d1234ba --- /dev/null +++ b/include/common.h | |||
@@ -0,0 +1,7 @@ | |||
1 | #ifndef COMMON_H | ||
2 | #define COMMON_H | ||
3 | |||
4 | |||
5 | void bail_out(const char* msg); | ||
6 | |||
7 | #endif | ||