You need to have a global variable in Mac.cc, for example:
Code:
int foo = 123;
And in scheduler.cc you then need to use extern keyword:
Code:
extern int foo;