ceptr
 All Data Structures Files Functions Variables Typedefs Macros Modules Pages
R Struct Reference
Collaboration diagram for R:
[legend]

Data Fields

int id
 the process id this context exists in
 
int err
 process error value
 
int state
 process state machine state
 
Trun_tree
 pointer to the root of the run_tree
 
Tnode_pointer
 pointer to the tree node to execute next
 
Tparent
 node_pointer's parent (cached here for efficiency)
 
int idx
 node pointers child index (cached here for efficiency)
 
Rcaller
 a pointer to the context that invoked this run-tree/context
 
Rcallee
 a pointer to the context we've invoked
 
Tsem_map
 semantic map in effect for this context
 
ConversationStateconversation
 record of the conversation state active in this context frame
 

Detailed Description

Definition at line 168 of file ceptr_types.h.


The documentation for this struct was generated from the following file: