- isMaster variable should not be set like this but now it is working - TODO: Rework it in a modular way! - shared.h is not very pretty but works that way - There should be a universal logger with the tag
7 lines
70 B
C
7 lines
70 B
C
#ifndef SHARED_H
|
|
#define SHARED_H
|
|
|
|
static char *tag = "Alox";
|
|
|
|
#endif
|