mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
16 lines
270 B
C
16 lines
270 B
C
|
#ifndef LASTLOG_H
|
||
|
#define LASTLOG_H
|
||
|
|
||
|
// _log fields
|
||
|
#define LOG_SOURCE 0
|
||
|
#define LOG_SOURCE_OBJ 0
|
||
|
#define LOG_SOURCE_UNI 1
|
||
|
#define LOG_MC 1
|
||
|
#define LOG_DATA 2
|
||
|
#define LOG_VARS 3
|
||
|
#define LOG_CHILDREN 4 //only added by place/threads:entries()
|
||
|
|
||
|
#define LOG_WIDTH 4
|
||
|
|
||
|
#endif
|