K 10
svn:author
V 8
eutarass
K 8
svn:date
V 27
2010-04-30T20:24:03.579464Z
K 7
svn:log
V 449
TCF Agent: in order to improve debug API abstraction:
1. removed "pid_t pid" and "pid_t mem" fields from "struct Context": usage of pid_t is not 100% portable, some contexts might not have a PID.
2. added "char id[]" field in "struct Context". The field contains TCF ID of the context.
3. added "Context * mem" field in "struct Context". The field points to memory space object of the context.
4. added "Context * creator" field in "struct Context".
END
