aboutsummaryrefslogtreecommitdiff
path: root/include/globals.h
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-01-21 13:01:58 -0700
committerChristian Cunningham <cc@localhost>2022-01-21 13:01:58 -0700
commit367e20fa0c6f15e60d943cf222d41414fffd2318 (patch)
tree0ebd3266233eb49afeb42d84d97b9a7c93ea60eb /include/globals.h
parented7b9318bc9ac285250b117f87f47fe7f84af51b (diff)
Added scheduling logic
Diffstat (limited to 'include/globals.h')
-rw-r--r--include/globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/globals.h b/include/globals.h
index 16845d5..cf37c06 100644
--- a/include/globals.h
+++ b/include/globals.h
@@ -20,6 +20,7 @@ extern unsigned long stimel;
extern unsigned long stimeh;
extern struct Drawer g_Drawer;
extern struct Scheduler scheduler;
+extern struct Thread usrloopthread;
extern unsigned int gwidth, gheight, gpitch, gisrgb;
extern unsigned char stacks_table[MAX_THREADS];
#endif